Shades of Cerulean Blue #2F5CCD
Tints of Cerulean Blue #2F5CCD
RGB
CMYK
RGB Variations
Color information
#2F5CCD (or 0x2F5CCD) is known color: Cerulean Blue. HEX triplet: 2F, 5C and CD. RGB value is (47,92,205). Sum of RGB (Red+Green+Blue) = 47+92+205=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F5CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5CCD is #D0A332. Grayscale: #5A5A5A. Windows color (decimal): -13673267 or 13458479. OLE color: 13458479.
HSL color Cylindrical-coordinate representation of color #2F5CCD: hue angle of 222.91º 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 #2F5CCD is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 92 | 205 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.20 |
| HSL | 222.91º | 0.63% | 0.49% | - |
| HSV(B) | 222.91º | 0.77% | 0.8% | - |
| XYZ | 16.02 | 12.67 | 59.36 | - |
| YUV | 91.43 | 192.09 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 92 | 205 | 0.77 | 0.55 | 0 | 0.20 | 222.91 | 0.63 | 0.49 |
| Hex | 2F | 5C | CD | 4D | 37 | 0 | 14 | DF | 3F | 31 |
| Octal | 57 | 134 | 315 | 115 | 67 | 0 | 24 | 337 | 77 | 61 |
| Binary | 101111 | 1011100 | 11001101 | 1001101 | 110111 | 0 | 10100 | 11011111 | 111111 | 110001 |
Color Harmonies of #2F5CCD
Complementary color
Monochromatic Colors of #2F5CCD
Black with #2F5CCD
Text Example
Text Example
White with #2F5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5CCD; }
p { color: rgb(47,92,205); }
H1.HeaderClassName
{
color: #2F5CCD;
}
.AnyTagClassName
{
color: #2F5CCD;
}
</style>
background-color css
<style>
a { background-color: #2F5CCD; }
a { background-color: rgb(47,92,205); }
div.DivClassName
{
background-color: #2F5CCD;
}
.BgClassName
{
background-color: #2F5CCD;
}
</style>
border-color css
<style>
span { border-color: #2F5CCD; }
span { border-color: rgb(47,92,205); }
td.TdClassName
{
border-color: #2F5CCD;
}
.TagClassName
{
border-color: #2F5CCD;
}
</style>