Shades of Blue #033FFE
Tints of Blue #033FFE
RGB
CMYK
RGB Variations
Color information
#033FFE (or 0x033FFE) is known color: Blue. HEX triplet: 03, 3F and FE. RGB value is (3,63,254). Sum of RGB (Red+Green+Blue) = 3+63+254=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 254 (99.61% from 255 or 79.38% from 320); Max value from RGB is 254 - color contains mainly: blue. Hex color #033FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FFE is #FCC001. Grayscale: #424242. Windows color (decimal): -16564226 or 16662275. OLE color: 16662275.
HSL color Cylindrical-coordinate representation of color #033FFE: hue angle of 225.66º 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 #033FFE is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 63 | 254 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.00 |
| HSL | 225.66º | 0.99% | 0.5% | - |
| HSV(B) | 225.66º | 0.99% | 1% | - |
| XYZ | 19.7 | 10.73 | 94.8 | - |
| YUV | 66.83 | 233.62 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 254 | 0.99 | 0.75 | 0 | 0.00 | 225.66 | 0.99 | 0.5 |
| Hex | 3 | 3F | FE | 63 | 4B | 0 | 0 | E2 | 63 | 32 |
| Octal | 3 | 77 | 376 | 143 | 113 | 0 | 0 | 342 | 143 | 62 |
| Binary | 11 | 111111 | 11111110 | 1100011 | 1001011 | 0 | 0 | 11100010 | 1100011 | 110010 |
Color Harmonies of #033FFE
Complementary color
Monochromatic Colors of #033FFE
Black with #033FFE
Text Example
Text Example
White with #033FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033FFE; }
p { color: rgb(3,63,254); }
H1.HeaderClassName
{
color: #033FFE;
}
.AnyTagClassName
{
color: #033FFE;
}
</style>
background-color css
<style>
a { background-color: #033FFE; }
a { background-color: rgb(3,63,254); }
div.DivClassName
{
background-color: #033FFE;
}
.BgClassName
{
background-color: #033FFE;
}
</style>
border-color css
<style>
span { border-color: #033FFE; }
span { border-color: rgb(3,63,254); }
td.TdClassName
{
border-color: #033FFE;
}
.TagClassName
{
border-color: #033FFE;
}
</style>