Shades of Cerulean Blue #2F5BBC
Tints of Cerulean Blue #2F5BBC
RGB
CMYK
RGB Variations
Color information
#2F5BBC (or 0x2F5BBC) is known color: Cerulean Blue. HEX triplet: 2F, 5B and BC. RGB value is (47,91,188). Sum of RGB (Red+Green+Blue) = 47+91+188=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F5BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5BBC is #D0A443. Grayscale: #585858. Windows color (decimal): -13673540 or 12344111. OLE color: 12344111.
HSL color Cylindrical-coordinate representation of color #2F5BBC: hue angle of 221.28º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F5BBC is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 91 | 188 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.26 |
| HSL | 221.28º | 0.6% | 0.46% | - |
| HSV(B) | 221.28º | 0.75% | 0.74% | - |
| XYZ | 13.99 | 11.72 | 49.1 | - |
| YUV | 88.9 | 183.92 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 91 | 188 | 0.75 | 0.52 | 0 | 0.26 | 221.28 | 0.6 | 0.46 |
| Hex | 2F | 5B | BC | 4B | 34 | 0 | 1A | DD | 3C | 2E |
| Octal | 57 | 133 | 274 | 113 | 64 | 0 | 32 | 335 | 74 | 56 |
| Binary | 101111 | 1011011 | 10111100 | 1001011 | 110100 | 0 | 11010 | 11011101 | 111100 | 101110 |
Color Harmonies of #2F5BBC
Complementary color
Monochromatic Colors of #2F5BBC
Black with #2F5BBC
Text Example
Text Example
White with #2F5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5BBC; }
p { color: rgb(47,91,188); }
H1.HeaderClassName
{
color: #2F5BBC;
}
.AnyTagClassName
{
color: #2F5BBC;
}
</style>
background-color css
<style>
a { background-color: #2F5BBC; }
a { background-color: rgb(47,91,188); }
div.DivClassName
{
background-color: #2F5BBC;
}
.BgClassName
{
background-color: #2F5BBC;
}
</style>
border-color css
<style>
span { border-color: #2F5BBC; }
span { border-color: rgb(47,91,188); }
td.TdClassName
{
border-color: #2F5BBC;
}
.TagClassName
{
border-color: #2F5BBC;
}
</style>