Shades of Cerulean Blue #2F5EBC
Tints of Cerulean Blue #2F5EBC
RGB
CMYK
RGB Variations
Color information
#2F5EBC (or 0x2F5EBC) is known color: Cerulean Blue. HEX triplet: 2F, 5E and BC. RGB value is (47,94,188). Sum of RGB (Red+Green+Blue) = 47+94+188=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F5EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5EBC is #D0A143. Grayscale: #5A5A5A. Windows color (decimal): -13672772 or 12344879. OLE color: 12344879.
HSL color Cylindrical-coordinate representation of color #2F5EBC: hue angle of 220º 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 #2F5EBC is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 94 | 188 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.26 |
| HSL | 220º | 0.6% | 0.46% | - |
| HSV(B) | 220º | 0.75% | 0.74% | - |
| XYZ | 14.25 | 12.24 | 49.19 | - |
| YUV | 90.66 | 182.93 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 94 | 188 | 0.75 | 0.50 | 0 | 0.26 | 220 | 0.6 | 0.46 |
| Hex | 2F | 5E | BC | 4B | 32 | 0 | 1A | DC | 3C | 2E |
| Octal | 57 | 136 | 274 | 113 | 62 | 0 | 32 | 334 | 74 | 56 |
| Binary | 101111 | 1011110 | 10111100 | 1001011 | 110010 | 0 | 11010 | 11011100 | 111100 | 101110 |
Color Harmonies of #2F5EBC
Complementary color
Monochromatic Colors of #2F5EBC
Black with #2F5EBC
Text Example
Text Example
White with #2F5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5EBC; }
p { color: rgb(47,94,188); }
H1.HeaderClassName
{
color: #2F5EBC;
}
.AnyTagClassName
{
color: #2F5EBC;
}
</style>
background-color css
<style>
a { background-color: #2F5EBC; }
a { background-color: rgb(47,94,188); }
div.DivClassName
{
background-color: #2F5EBC;
}
.BgClassName
{
background-color: #2F5EBC;
}
</style>
border-color css
<style>
span { border-color: #2F5EBC; }
span { border-color: rgb(47,94,188); }
td.TdClassName
{
border-color: #2F5EBC;
}
.TagClassName
{
border-color: #2F5EBC;
}
</style>