Shades of Cerulean Blue #2F4DCD
Tints of Cerulean Blue #2F4DCD
RGB
CMYK
RGB Variations
Color information
#2F4DCD (or 0x2F4DCD) is known color: Cerulean Blue. HEX triplet: 2F, 4D and CD. RGB value is (47,77,205). Sum of RGB (Red+Green+Blue) = 47+77+205=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F4DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4DCD is #D0B232. Grayscale: #525252. Windows color (decimal): -13677107 or 13454639. OLE color: 13454639.
HSL color Cylindrical-coordinate representation of color #2F4DCD: hue angle of 228.61º degrees, saturation: 0.63, 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 #2F4DCD is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 77 | 205 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.20 |
| HSL | 228.61º | 0.63% | 0.49% | - |
| HSV(B) | 228.61º | 0.77% | 0.8% | - |
| XYZ | 14.85 | 10.32 | 58.97 | - |
| YUV | 82.62 | 197.06 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 77 | 205 | 0.77 | 0.62 | 0 | 0.20 | 228.61 | 0.63 | 0.49 |
| Hex | 2F | 4D | CD | 4D | 3E | 0 | 14 | E5 | 3F | 31 |
| Octal | 57 | 115 | 315 | 115 | 76 | 0 | 24 | 345 | 77 | 61 |
| Binary | 101111 | 1001101 | 11001101 | 1001101 | 111110 | 0 | 10100 | 11100101 | 111111 | 110001 |
Color Harmonies of #2F4DCD
Complementary color
Monochromatic Colors of #2F4DCD
Black with #2F4DCD
Text Example
Text Example
White with #2F4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4DCD; }
p { color: rgb(47,77,205); }
H1.HeaderClassName
{
color: #2F4DCD;
}
.AnyTagClassName
{
color: #2F4DCD;
}
</style>
background-color css
<style>
a { background-color: #2F4DCD; }
a { background-color: rgb(47,77,205); }
div.DivClassName
{
background-color: #2F4DCD;
}
.BgClassName
{
background-color: #2F4DCD;
}
</style>
border-color css
<style>
span { border-color: #2F4DCD; }
span { border-color: rgb(47,77,205); }
td.TdClassName
{
border-color: #2F4DCD;
}
.TagClassName
{
border-color: #2F4DCD;
}
</style>