Shades of Cerulean Blue #2F6BCB
Tints of Cerulean Blue #2F6BCB
RGB
CMYK
RGB Variations
Color information
#2F6BCB (or 0x2F6BCB) is known color: Cerulean Blue. HEX triplet: 2F, 6B and CB. RGB value is (47,107,203). Sum of RGB (Red+Green+Blue) = 47+107+203=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 203 (79.69% from 255 or 56.86% from 357); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F6BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F6BCB is #D09434. Grayscale: #636363. Windows color (decimal): -13669429 or 13331247. OLE color: 13331247.
HSL color Cylindrical-coordinate representation of color #2F6BCB: hue angle of 216.92º 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 #2F6BCB is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 107 | 203 | - |
| CMYK | 0.77 | 0.47 | 0 | 0.20 |
| HSL | 216.92º | 0.62% | 0.49% | - |
| HSV(B) | 216.92º | 0.77% | 0.8% | - |
| XYZ | 17.21 | 15.43 | 58.57 | - |
| YUV | 100 | 186.12 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 107 | 203 | 0.77 | 0.47 | 0 | 0.20 | 216.92 | 0.62 | 0.49 |
| Hex | 2F | 6B | CB | 4D | 2F | 0 | 14 | D9 | 3E | 31 |
| Octal | 57 | 153 | 313 | 115 | 57 | 0 | 24 | 331 | 76 | 61 |
| Binary | 101111 | 1101011 | 11001011 | 1001101 | 101111 | 0 | 10100 | 11011001 | 111110 | 110001 |
Color Harmonies of #2F6BCB
Complementary color
Monochromatic Colors of #2F6BCB
Black with #2F6BCB
Text Example
Text Example
White with #2F6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6BCB; }
p { color: rgb(47,107,203); }
H1.HeaderClassName
{
color: #2F6BCB;
}
.AnyTagClassName
{
color: #2F6BCB;
}
</style>
background-color css
<style>
a { background-color: #2F6BCB; }
a { background-color: rgb(47,107,203); }
div.DivClassName
{
background-color: #2F6BCB;
}
.BgClassName
{
background-color: #2F6BCB;
}
</style>
border-color css
<style>
span { border-color: #2F6BCB; }
span { border-color: rgb(47,107,203); }
td.TdClassName
{
border-color: #2F6BCB;
}
.TagClassName
{
border-color: #2F6BCB;
}
</style>