Shades of Blue #033DFE
Tints of Blue #033DFE
RGB
CMYK
RGB Variations
Color information
#033DFE (or 0x033DFE) is known color: 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
| RGB | 3 | 61 | 254 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.00 |
| HSL | 226.14º | 0.99% | 0.5% | - |
| HSV(B) | 226.14º | 0.99% | 1% | - |
| XYZ | 19.6 | 10.51 | 94.76 | - |
| YUV | 65.66 | 234.28 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 254 | 0.99 | 0.76 | 0 | 0.00 | 226.14 | 0.99 | 0.5 |
| Hex | 3 | 3D | FE | 63 | 4C | 0 | 0 | E2 | 63 | 32 |
| Octal | 3 | 75 | 376 | 143 | 114 | 0 | 0 | 342 | 143 | 62 |
| Binary | 11 | 111101 | 11111110 | 1100011 | 1001100 | 0 | 0 | 11100010 | 1100011 | 110010 |
Color Harmonies of #033DFE
Complementary color
Monochromatic Colors of #033DFE
Black with #033DFE
Text Example
Text Example
White with #033DFE
Text Example
Text Example
HTML Codes & Css Web 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>