#033DFE

Color #033DFE Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #033DFE

Tints of Blue #033DFE

Color information

#033DFE (or 0x033DFE) is unknown color: approx Blue. HEX triplet: 03, 3D and FE. RGB value is (3,61,254). Sum of RGB (Red+Green+Blue) = 3+61+254=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 254 (99.61% from 255 or 79.87% from 318); Max value from RGB is 254 - color contains mainly: blue. Hex color #033DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033DFE is #FCC201. Grayscale: #404040. Windows color (decimal): -16564738 or 16661763. OLE color: 16661763.

HSL color Cylindrical-coordinate representation of color #033DFE: hue angle of 226.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033DFE is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB361254-
CMYK0.990.7600.00
HSL226.14º99.21%50.39%-
HSV(B)226.14º98.82%99.61%-
XYZ19.610.5194.76-
YUV65.66234.2883.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 0.94%
GREEN value IS 61 (24.22% from 255) = 19.18%
BLUE value IS 254 (99.61% from 255) = 79.87%
R=0.94%
G=19.18%
B=79.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal3612540.990.7600.00226.1499.2150.39
Hex33DFE634C00e26332
Octal3753761431140034214362
Binary11111101111111101100011100110000111000101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033DFE; }

 p { color: rgb(3,61,254); }

 H1.HeaderClassName
 {
   color: #033DFE;
 }
 .AnyTagClassName
 {
   color: #033DFE;
 }
</style>
background-color css

<style>
 a { background-color: #033DFE; }

 a { background-color: rgb(3,61,254); }

 div.DivClassName
 {
   background-color: #033DFE;
 }
 .BgClassName
 {
   background-color: #033DFE;
 }
</style>
border-color css

<style>
 span { border-color: #033DFE; }

 span { border-color: rgb(3,61,254); }

 td.TdClassName
 {
   border-color: #033DFE;
 }
 .TagClassName
 {
   border-color: #033DFE;
 }
</style>