Shades of Cerulean Blue #2F42CC
Tints of Cerulean Blue #2F42CC
RGB
CMYK
RGB Variations
Color information
#2F42CC (or 0x2F42CC) is known color: Cerulean Blue. HEX triplet: 2F, 42 and CC. RGB value is (47,66,204). Sum of RGB (Red+Green+Blue) = 47+66+204=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F42CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F42CC is #D0BD33. Grayscale: #4B4B4B. Windows color (decimal): -13679924 or 13386287. OLE color: 13386287.
HSL color Cylindrical-coordinate representation of color #2F42CC: hue angle of 232.74º 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 #2F42CC is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 66 | 204 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.2 |
| HSL | 232.74º | 0.63% | 0.49% | - |
| HSV(B) | 232.74º | 0.77% | 0.8% | - |
| XYZ | 14.02 | 8.86 | 58.1 | - |
| YUV | 76.05 | 200.21 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 66 | 204 | 0.77 | 0.68 | 0 | 0.2 | 232.74 | 0.63 | 0.49 |
| Hex | 2F | 42 | CC | 4D | 44 | 0 | 14 | E9 | 3F | 31 |
| Octal | 57 | 102 | 314 | 115 | 104 | 0 | 24 | 351 | 77 | 61 |
| Binary | 101111 | 1000010 | 11001100 | 1001101 | 1000100 | 0 | 10100 | 11101001 | 111111 | 110001 |
Color Harmonies of #2F42CC
Complementary color
Monochromatic Colors of #2F42CC
Black with #2F42CC
Text Example
Text Example
White with #2F42CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F42CC; }
p { color: rgb(47,66,204); }
H1.HeaderClassName
{
color: #2F42CC;
}
.AnyTagClassName
{
color: #2F42CC;
}
</style>
background-color css
<style>
a { background-color: #2F42CC; }
a { background-color: rgb(47,66,204); }
div.DivClassName
{
background-color: #2F42CC;
}
.BgClassName
{
background-color: #2F42CC;
}
</style>
border-color css
<style>
span { border-color: #2F42CC; }
span { border-color: rgb(47,66,204); }
td.TdClassName
{
border-color: #2F42CC;
}
.TagClassName
{
border-color: #2F42CC;
}
</style>