Shades of Cerulean Blue #2F4ECB
Tints of Cerulean Blue #2F4ECB
RGB
CMYK
RGB Variations
Color information
#2F4ECB (or 0x2F4ECB) is known color: Cerulean Blue. HEX triplet: 2F, 4E and CB. RGB value is (47,78,203). Sum of RGB (Red+Green+Blue) = 47+78+203=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F4ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4ECB is #D0B134. Grayscale: #525252. Windows color (decimal): -13676853 or 13323823. OLE color: 13323823.
HSL color Cylindrical-coordinate representation of color #2F4ECB: hue angle of 228.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F4ECB is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 78 | 203 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.20 |
| HSL | 228.08º | 0.62% | 0.49% | - |
| HSV(B) | 228.08º | 0.77% | 0.8% | - |
| XYZ | 14.68 | 10.36 | 57.73 | - |
| YUV | 82.98 | 195.73 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 78 | 203 | 0.77 | 0.62 | 0 | 0.20 | 228.08 | 0.62 | 0.49 |
| Hex | 2F | 4E | CB | 4D | 3E | 0 | 14 | E4 | 3E | 31 |
| Octal | 57 | 116 | 313 | 115 | 76 | 0 | 24 | 344 | 76 | 61 |
| Binary | 101111 | 1001110 | 11001011 | 1001101 | 111110 | 0 | 10100 | 11100100 | 111110 | 110001 |
Color Harmonies of #2F4ECB
Complementary color
Monochromatic Colors of #2F4ECB
Black with #2F4ECB
Text Example
Text Example
White with #2F4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4ECB; }
p { color: rgb(47,78,203); }
H1.HeaderClassName
{
color: #2F4ECB;
}
.AnyTagClassName
{
color: #2F4ECB;
}
</style>
background-color css
<style>
a { background-color: #2F4ECB; }
a { background-color: rgb(47,78,203); }
div.DivClassName
{
background-color: #2F4ECB;
}
.BgClassName
{
background-color: #2F4ECB;
}
</style>
border-color css
<style>
span { border-color: #2F4ECB; }
span { border-color: rgb(47,78,203); }
td.TdClassName
{
border-color: #2F4ECB;
}
.TagClassName
{
border-color: #2F4ECB;
}
</style>