Shades of Blue #033FFD
Tints of Blue #033FFD
RGB
CMYK
RGB Variations
Color information
#033FFD (or 0x033FFD) is known color: Blue. HEX triplet: 03, 3F and FD. RGB value is (3,63,253). Sum of RGB (Red+Green+Blue) = 3+63+253=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #033FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FFD is #FCC002. Grayscale: #414141. Windows color (decimal): -16564227 or 16596739. OLE color: 16596739.
HSL color Cylindrical-coordinate representation of color #033FFD: hue angle of 225.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033FFD is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 63 | 253 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.01 |
| HSL | 225.6º | 0.98% | 0.5% | - |
| HSV(B) | 225.6º | 0.99% | 0.99% | - |
| XYZ | 19.54 | 10.67 | 93.96 | - |
| YUV | 66.72 | 233.12 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 253 | 0.99 | 0.75 | 0 | 0.01 | 225.6 | 0.98 | 0.5 |
| Hex | 3 | 3F | FD | 63 | 4B | 0 | 1 | E2 | 62 | 32 |
| Octal | 3 | 77 | 375 | 143 | 113 | 0 | 1 | 342 | 142 | 62 |
| Binary | 11 | 111111 | 11111101 | 1100011 | 1001011 | 0 | 1 | 11100010 | 1100010 | 110010 |
Color Harmonies of #033FFD
Complementary color
Monochromatic Colors of #033FFD
Black with #033FFD
Text Example
Text Example
White with #033FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033FFD; }
p { color: rgb(3,63,253); }
H1.HeaderClassName
{
color: #033FFD;
}
.AnyTagClassName
{
color: #033FFD;
}
</style>
background-color css
<style>
a { background-color: #033FFD; }
a { background-color: rgb(3,63,253); }
div.DivClassName
{
background-color: #033FFD;
}
.BgClassName
{
background-color: #033FFD;
}
</style>
border-color css
<style>
span { border-color: #033FFD; }
span { border-color: rgb(3,63,253); }
td.TdClassName
{
border-color: #033FFD;
}
.TagClassName
{
border-color: #033FFD;
}
</style>