Shades of Cerulean Blue #2F58BC
Tints of Cerulean Blue #2F58BC
RGB
CMYK
RGB Variations
Color information
#2F58BC (or 0x2F58BC) is known color: Cerulean Blue. HEX triplet: 2F, 58 and BC. RGB value is (47,88,188). Sum of RGB (Red+Green+Blue) = 47+88+188=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F58BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F58BC is #D0A743. Grayscale: #565656. Windows color (decimal): -13674308 or 12343343. OLE color: 12343343.
HSL color Cylindrical-coordinate representation of color #2F58BC: hue angle of 222.55º 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 #2F58BC is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 88 | 188 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.26 |
| HSL | 222.55º | 0.6% | 0.46% | - |
| HSV(B) | 222.55º | 0.75% | 0.74% | - |
| XYZ | 13.74 | 11.21 | 49.02 | - |
| YUV | 87.14 | 184.92 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 88 | 188 | 0.75 | 0.53 | 0 | 0.26 | 222.55 | 0.6 | 0.46 |
| Hex | 2F | 58 | BC | 4B | 35 | 0 | 1A | DF | 3C | 2E |
| Octal | 57 | 130 | 274 | 113 | 65 | 0 | 32 | 337 | 74 | 56 |
| Binary | 101111 | 1011000 | 10111100 | 1001011 | 110101 | 0 | 11010 | 11011111 | 111100 | 101110 |
Color Harmonies of #2F58BC
Complementary color
Monochromatic Colors of #2F58BC
Black with #2F58BC
Text Example
Text Example
White with #2F58BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F58BC; }
p { color: rgb(47,88,188); }
H1.HeaderClassName
{
color: #2F58BC;
}
.AnyTagClassName
{
color: #2F58BC;
}
</style>
background-color css
<style>
a { background-color: #2F58BC; }
a { background-color: rgb(47,88,188); }
div.DivClassName
{
background-color: #2F58BC;
}
.BgClassName
{
background-color: #2F58BC;
}
</style>
border-color css
<style>
span { border-color: #2F58BC; }
span { border-color: rgb(47,88,188); }
td.TdClassName
{
border-color: #2F58BC;
}
.TagClassName
{
border-color: #2F58BC;
}
</style>