Shades of Cerulean Blue #2F5ECB
Tints of Cerulean Blue #2F5ECB
RGB
CMYK
RGB Variations
Color information
#2F5ECB (or 0x2F5ECB) is known color: Cerulean Blue. HEX triplet: 2F, 5E and CB. RGB value is (47,94,203). Sum of RGB (Red+Green+Blue) = 47+94+203=344 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.66% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #2F5ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5ECB is #D0A134. Grayscale: #5B5B5B. Windows color (decimal): -13672757 or 13327919. OLE color: 13327919.
HSL color Cylindrical-coordinate representation of color #2F5ECB: hue angle of 221.92º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F5ECB is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 94 | 203 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.20 |
| HSL | 221.92º | 0.62% | 0.49% | - |
| HSV(B) | 221.92º | 0.77% | 0.8% | - |
| XYZ | 15.95 | 12.92 | 58.15 | - |
| YUV | 92.37 | 190.43 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 94 | 203 | 0.77 | 0.54 | 0 | 0.20 | 221.92 | 0.62 | 0.49 |
| Hex | 2F | 5E | CB | 4D | 36 | 0 | 14 | DE | 3E | 31 |
| Octal | 57 | 136 | 313 | 115 | 66 | 0 | 24 | 336 | 76 | 61 |
| Binary | 101111 | 1011110 | 11001011 | 1001101 | 110110 | 0 | 10100 | 11011110 | 111110 | 110001 |
Color Harmonies of #2F5ECB
Complementary color
Monochromatic Colors of #2F5ECB
Black with #2F5ECB
Text Example
Text Example
White with #2F5ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5ECB; }
p { color: rgb(47,94,203); }
H1.HeaderClassName
{
color: #2F5ECB;
}
.AnyTagClassName
{
color: #2F5ECB;
}
</style>
background-color css
<style>
a { background-color: #2F5ECB; }
a { background-color: rgb(47,94,203); }
div.DivClassName
{
background-color: #2F5ECB;
}
.BgClassName
{
background-color: #2F5ECB;
}
</style>
border-color css
<style>
span { border-color: #2F5ECB; }
span { border-color: rgb(47,94,203); }
td.TdClassName
{
border-color: #2F5ECB;
}
.TagClassName
{
border-color: #2F5ECB;
}
</style>