Shades of Cerulean Blue #2F4BCB
Tints of Cerulean Blue #2F4BCB
RGB
CMYK
RGB Variations
Color information
#2F4BCB (or 0x2F4BCB) is known color: Cerulean Blue. HEX triplet: 2F, 4B and CB. RGB value is (47,75,203). Sum of RGB (Red+Green+Blue) = 47+75+203=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F4BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F4BCB is #D0B434. Grayscale: #505050. Windows color (decimal): -13677621 or 13323055. OLE color: 13323055.
HSL color Cylindrical-coordinate representation of color #2F4BCB: hue angle of 229.23º degrees, saturation: 0.62, 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 #2F4BCB is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 75 | 203 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.20 |
| HSL | 229.23º | 0.62% | 0.49% | - |
| HSV(B) | 229.23º | 0.77% | 0.8% | - |
| XYZ | 14.47 | 9.95 | 57.66 | - |
| YUV | 81.22 | 196.72 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 75 | 203 | 0.77 | 0.63 | 0 | 0.20 | 229.23 | 0.62 | 0.49 |
| Hex | 2F | 4B | CB | 4D | 3F | 0 | 14 | E5 | 3E | 31 |
| Octal | 57 | 113 | 313 | 115 | 77 | 0 | 24 | 345 | 76 | 61 |
| Binary | 101111 | 1001011 | 11001011 | 1001101 | 111111 | 0 | 10100 | 11100101 | 111110 | 110001 |
Color Harmonies of #2F4BCB
Complementary color
Monochromatic Colors of #2F4BCB
Black with #2F4BCB
Text Example
Text Example
White with #2F4BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4BCB; }
p { color: rgb(47,75,203); }
H1.HeaderClassName
{
color: #2F4BCB;
}
.AnyTagClassName
{
color: #2F4BCB;
}
</style>
background-color css
<style>
a { background-color: #2F4BCB; }
a { background-color: rgb(47,75,203); }
div.DivClassName
{
background-color: #2F4BCB;
}
.BgClassName
{
background-color: #2F4BCB;
}
</style>
border-color css
<style>
span { border-color: #2F4BCB; }
span { border-color: rgb(47,75,203); }
td.TdClassName
{
border-color: #2F4BCB;
}
.TagClassName
{
border-color: #2F4BCB;
}
</style>