Shades of Cerulean Blue #2F5FCD
Tints of Cerulean Blue #2F5FCD
RGB
CMYK
RGB Variations
Color information
#2F5FCD (or 0x2F5FCD) is known color: Cerulean Blue. HEX triplet: 2F, 5F and CD. RGB value is (47,95,205). Sum of RGB (Red+Green+Blue) = 47+95+205=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F5FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5FCD is #D0A032. Grayscale: #5C5C5C. Windows color (decimal): -13672499 or 13459247. OLE color: 13459247.
HSL color Cylindrical-coordinate representation of color #2F5FCD: hue angle of 221.77º 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 #2F5FCD is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 95 | 205 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.20 |
| HSL | 221.77º | 0.63% | 0.49% | - |
| HSV(B) | 221.77º | 0.77% | 0.8% | - |
| XYZ | 16.28 | 13.2 | 59.45 | - |
| YUV | 93.19 | 191.1 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 95 | 205 | 0.77 | 0.54 | 0 | 0.20 | 221.77 | 0.63 | 0.49 |
| Hex | 2F | 5F | CD | 4D | 36 | 0 | 14 | DE | 3F | 31 |
| Octal | 57 | 137 | 315 | 115 | 66 | 0 | 24 | 336 | 77 | 61 |
| Binary | 101111 | 1011111 | 11001101 | 1001101 | 110110 | 0 | 10100 | 11011110 | 111111 | 110001 |
Color Harmonies of #2F5FCD
Complementary color
Monochromatic Colors of #2F5FCD
Black with #2F5FCD
Text Example
Text Example
White with #2F5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5FCD; }
p { color: rgb(47,95,205); }
H1.HeaderClassName
{
color: #2F5FCD;
}
.AnyTagClassName
{
color: #2F5FCD;
}
</style>
background-color css
<style>
a { background-color: #2F5FCD; }
a { background-color: rgb(47,95,205); }
div.DivClassName
{
background-color: #2F5FCD;
}
.BgClassName
{
background-color: #2F5FCD;
}
</style>
border-color css
<style>
span { border-color: #2F5FCD; }
span { border-color: rgb(47,95,205); }
td.TdClassName
{
border-color: #2F5FCD;
}
.TagClassName
{
border-color: #2F5FCD;
}
</style>