Shades of Cerulean Blue #2F5ABC
Tints of Cerulean Blue #2F5ABC
RGB
CMYK
RGB Variations
Color information
#2F5ABC (or 0x2F5ABC) is known color: Cerulean Blue. HEX triplet: 2F, 5A and BC. RGB value is (47,90,188). Sum of RGB (Red+Green+Blue) = 47+90+188=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F5ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5ABC is #D0A543. Grayscale: #575757. Windows color (decimal): -13673796 or 12343855. OLE color: 12343855.
HSL color Cylindrical-coordinate representation of color #2F5ABC: hue angle of 221.7º 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 #2F5ABC is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 90 | 188 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.26 |
| HSL | 221.7º | 0.6% | 0.46% | - |
| HSV(B) | 221.7º | 0.75% | 0.74% | - |
| XYZ | 13.91 | 11.55 | 49.07 | - |
| YUV | 88.32 | 184.25 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 90 | 188 | 0.75 | 0.52 | 0 | 0.26 | 221.7 | 0.6 | 0.46 |
| Hex | 2F | 5A | BC | 4B | 34 | 0 | 1A | DE | 3C | 2E |
| Octal | 57 | 132 | 274 | 113 | 64 | 0 | 32 | 336 | 74 | 56 |
| Binary | 101111 | 1011010 | 10111100 | 1001011 | 110100 | 0 | 11010 | 11011110 | 111100 | 101110 |
Color Harmonies of #2F5ABC
Complementary color
Monochromatic Colors of #2F5ABC
Black with #2F5ABC
Text Example
Text Example
White with #2F5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5ABC; }
p { color: rgb(47,90,188); }
H1.HeaderClassName
{
color: #2F5ABC;
}
.AnyTagClassName
{
color: #2F5ABC;
}
</style>
background-color css
<style>
a { background-color: #2F5ABC; }
a { background-color: rgb(47,90,188); }
div.DivClassName
{
background-color: #2F5ABC;
}
.BgClassName
{
background-color: #2F5ABC;
}
</style>
border-color css
<style>
span { border-color: #2F5ABC; }
span { border-color: rgb(47,90,188); }
td.TdClassName
{
border-color: #2F5ABC;
}
.TagClassName
{
border-color: #2F5ABC;
}
</style>