Shades of Cerulean Blue #2F4ECF
Tints of Cerulean Blue #2F4ECF
RGB
CMYK
RGB Variations
Color information
#2F4ECF (or 0x2F4ECF) is known color: Cerulean Blue. HEX triplet: 2F, 4E and CF. RGB value is (47,78,207). Sum of RGB (Red+Green+Blue) = 47+78+207=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F4ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4ECF is #D0B130. Grayscale: #525252. Windows color (decimal): -13676849 or 13585967. OLE color: 13585967.
HSL color Cylindrical-coordinate representation of color #2F4ECF: hue angle of 228.38º 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 #2F4ECF is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 78 | 207 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.19 |
| HSL | 228.38º | 0.63% | 0.5% | - |
| HSV(B) | 228.38º | 0.77% | 0.81% | - |
| XYZ | 15.16 | 10.56 | 60.27 | - |
| YUV | 83.44 | 197.73 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 78 | 207 | 0.77 | 0.62 | 0 | 0.19 | 228.38 | 0.63 | 0.5 |
| Hex | 2F | 4E | CF | 4D | 3E | 0 | 13 | E4 | 3F | 32 |
| Octal | 57 | 116 | 317 | 115 | 76 | 0 | 23 | 344 | 77 | 62 |
| Binary | 101111 | 1001110 | 11001111 | 1001101 | 111110 | 0 | 10011 | 11100100 | 111111 | 110010 |
Color Harmonies of #2F4ECF
Complementary color
Monochromatic Colors of #2F4ECF
Black with #2F4ECF
Text Example
Text Example
White with #2F4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4ECF; }
p { color: rgb(47,78,207); }
H1.HeaderClassName
{
color: #2F4ECF;
}
.AnyTagClassName
{
color: #2F4ECF;
}
</style>
background-color css
<style>
a { background-color: #2F4ECF; }
a { background-color: rgb(47,78,207); }
div.DivClassName
{
background-color: #2F4ECF;
}
.BgClassName
{
background-color: #2F4ECF;
}
</style>
border-color css
<style>
span { border-color: #2F4ECF; }
span { border-color: rgb(47,78,207); }
td.TdClassName
{
border-color: #2F4ECF;
}
.TagClassName
{
border-color: #2F4ECF;
}
</style>