Shades of Cerulean Blue #2F5DBC
Tints of Cerulean Blue #2F5DBC
RGB
CMYK
RGB Variations
Color information
#2F5DBC (or 0x2F5DBC) is known color: Cerulean Blue. HEX triplet: 2F, 5D and BC. RGB value is (47,93,188). Sum of RGB (Red+Green+Blue) = 47+93+188=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F5DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5DBC is #D0A243. Grayscale: #595959. Windows color (decimal): -13673028 or 12344623. OLE color: 12344623.
HSL color Cylindrical-coordinate representation of color #2F5DBC: hue angle of 220.43º 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 #2F5DBC is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 93 | 188 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.26 |
| HSL | 220.43º | 0.6% | 0.46% | - |
| HSV(B) | 220.43º | 0.75% | 0.74% | - |
| XYZ | 14.16 | 12.06 | 49.16 | - |
| YUV | 90.08 | 183.26 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 188 | 0.75 | 0.51 | 0 | 0.26 | 220.43 | 0.6 | 0.46 |
| Hex | 2F | 5D | BC | 4B | 33 | 0 | 1A | DC | 3C | 2E |
| Octal | 57 | 135 | 274 | 113 | 63 | 0 | 32 | 334 | 74 | 56 |
| Binary | 101111 | 1011101 | 10111100 | 1001011 | 110011 | 0 | 11010 | 11011100 | 111100 | 101110 |
Color Harmonies of #2F5DBC
Complementary color
Monochromatic Colors of #2F5DBC
Black with #2F5DBC
Text Example
Text Example
White with #2F5DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5DBC; }
p { color: rgb(47,93,188); }
H1.HeaderClassName
{
color: #2F5DBC;
}
.AnyTagClassName
{
color: #2F5DBC;
}
</style>
background-color css
<style>
a { background-color: #2F5DBC; }
a { background-color: rgb(47,93,188); }
div.DivClassName
{
background-color: #2F5DBC;
}
.BgClassName
{
background-color: #2F5DBC;
}
</style>
border-color css
<style>
span { border-color: #2F5DBC; }
span { border-color: rgb(47,93,188); }
td.TdClassName
{
border-color: #2F5DBC;
}
.TagClassName
{
border-color: #2F5DBC;
}
</style>