Shades of Cerulean Blue #2F4ECE
Tints of Cerulean Blue #2F4ECE
RGB
CMYK
RGB Variations
Color information
#2F4ECE (or 0x2F4ECE) is known color: Cerulean Blue. HEX triplet: 2F, 4E and CE. RGB value is (47,78,206). Sum of RGB (Red+Green+Blue) = 47+78+206=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #2F4ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4ECE is #D0B131. Grayscale: #525252. Windows color (decimal): -13676850 or 13520431. OLE color: 13520431.
HSL color Cylindrical-coordinate representation of color #2F4ECE: hue angle of 228.3º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F4ECE is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 78 | 206 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.19 |
| HSL | 228.3º | 0.63% | 0.5% | - |
| HSV(B) | 228.3º | 0.77% | 0.81% | - |
| XYZ | 15.04 | 10.51 | 59.63 | - |
| YUV | 83.32 | 197.23 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 78 | 206 | 0.77 | 0.62 | 0 | 0.19 | 228.3 | 0.63 | 0.5 |
| Hex | 2F | 4E | CE | 4D | 3E | 0 | 13 | E4 | 3F | 32 |
| Octal | 57 | 116 | 316 | 115 | 76 | 0 | 23 | 344 | 77 | 62 |
| Binary | 101111 | 1001110 | 11001110 | 1001101 | 111110 | 0 | 10011 | 11100100 | 111111 | 110010 |
Color Harmonies of #2F4ECE
Complementary color
Monochromatic Colors of #2F4ECE
Black with #2F4ECE
Text Example
Text Example
White with #2F4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4ECE; }
p { color: rgb(47,78,206); }
H1.HeaderClassName
{
color: #2F4ECE;
}
.AnyTagClassName
{
color: #2F4ECE;
}
</style>
background-color css
<style>
a { background-color: #2F4ECE; }
a { background-color: rgb(47,78,206); }
div.DivClassName
{
background-color: #2F4ECE;
}
.BgClassName
{
background-color: #2F4ECE;
}
</style>
border-color css
<style>
span { border-color: #2F4ECE; }
span { border-color: rgb(47,78,206); }
td.TdClassName
{
border-color: #2F4ECE;
}
.TagClassName
{
border-color: #2F4ECE;
}
</style>