Shades of Blue #002FE9
Tints of Blue #002FE9
RGB
CMYK
RGB Variations
Color information
#002FE9 (or 0x002FE9) is known color: Blue. HEX triplet: 00, 2F and E9. RGB value is (0,47,233). Sum of RGB (Red+Green+Blue) = 0+47+233=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 233 (91.41% from 255 or 83.21% from 280); Max value from RGB is 233 - color contains mainly: blue. Hex color #002FE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002FE9 is #FFD016. Grayscale: #353535. Windows color (decimal): -16764951 or 15281920. OLE color: 15281920.
HSL color Cylindrical-coordinate representation of color #002FE9: hue angle of 227.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002FE9 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 47 | 233 | - |
| CMYK | 1 | 0.80 | 0 | 0.09 |
| HSL | 227.9º | 1% | 0.46% | - |
| HSV(B) | 227.9º | 1% | 0.91% | - |
| XYZ | 15.72 | 7.92 | 77.79 | - |
| YUV | 54.15 | 228.93 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 47 | 233 | 1 | 0.80 | 0 | 0.09 | 227.9 | 1 | 0.46 |
| Hex | 0 | 2F | E9 | 64 | 50 | 0 | 9 | E4 | 64 | 2E |
| Octal | 0 | 57 | 351 | 144 | 120 | 0 | 11 | 344 | 144 | 56 |
| Binary | 0 | 101111 | 11101001 | 1100100 | 1010000 | 0 | 1001 | 11100100 | 1100100 | 101110 |
Color Harmonies of #002FE9
Complementary color
Monochromatic Colors of #002FE9
Black with #002FE9
Text Example
Text Example
White with #002FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002FE9; }
p { color: rgb(0,47,233); }
H1.HeaderClassName
{
color: #002FE9;
}
.AnyTagClassName
{
color: #002FE9;
}
</style>
background-color css
<style>
a { background-color: #002FE9; }
a { background-color: rgb(0,47,233); }
div.DivClassName
{
background-color: #002FE9;
}
.BgClassName
{
background-color: #002FE9;
}
</style>
border-color css
<style>
span { border-color: #002FE9; }
span { border-color: rgb(0,47,233); }
td.TdClassName
{
border-color: #002FE9;
}
.TagClassName
{
border-color: #002FE9;
}
</style>