Shades of Cerulean Blue #2F5EC0
Tints of Cerulean Blue #2F5EC0
RGB
CMYK
RGB Variations
Color information
#2F5EC0 (or 0x2F5EC0) is known color: Cerulean Blue. HEX triplet: 2F, 5E and C0. RGB value is (47,94,192). Sum of RGB (Red+Green+Blue) = 47+94+192=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 192 (75.39% from 255 or 57.66% from 333); Max value from RGB is 192 - color contains mainly: blue. Hex color #2F5EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5EC0 is #D0A13F. Grayscale: #5A5A5A. Windows color (decimal): -13672768 or 12607023. OLE color: 12607023.
HSL color Cylindrical-coordinate representation of color #2F5EC0: hue angle of 220.55º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F5EC0 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 94 | 192 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.25 |
| HSL | 220.55º | 0.61% | 0.47% | - |
| HSV(B) | 220.55º | 0.76% | 0.75% | - |
| XYZ | 14.69 | 12.42 | 51.49 | - |
| YUV | 91.12 | 184.93 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 94 | 192 | 0.76 | 0.51 | 0 | 0.25 | 220.55 | 0.61 | 0.47 |
| Hex | 2F | 5E | C0 | 4C | 33 | 0 | 19 | DD | 3D | 2F |
| Octal | 57 | 136 | 300 | 114 | 63 | 0 | 31 | 335 | 75 | 57 |
| Binary | 101111 | 1011110 | 11000000 | 1001100 | 110011 | 0 | 11001 | 11011101 | 111101 | 101111 |
Color Harmonies of #2F5EC0
Complementary color
Monochromatic Colors of #2F5EC0
Black with #2F5EC0
Text Example
Text Example
White with #2F5EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5EC0; }
p { color: rgb(47,94,192); }
H1.HeaderClassName
{
color: #2F5EC0;
}
.AnyTagClassName
{
color: #2F5EC0;
}
</style>
background-color css
<style>
a { background-color: #2F5EC0; }
a { background-color: rgb(47,94,192); }
div.DivClassName
{
background-color: #2F5EC0;
}
.BgClassName
{
background-color: #2F5EC0;
}
</style>
border-color css
<style>
span { border-color: #2F5EC0; }
span { border-color: rgb(47,94,192); }
td.TdClassName
{
border-color: #2F5EC0;
}
.TagClassName
{
border-color: #2F5EC0;
}
</style>