Shades of Cerulean Blue #2B5ECF
Tints of Cerulean Blue #2B5ECF
RGB
CMYK
RGB Variations
Color information
#2B5ECF (or 0x2B5ECF) is known color: Cerulean Blue. HEX triplet: 2B, 5E and CF. RGB value is (43,94,207). Sum of RGB (Red+Green+Blue) = 43+94+207=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #2B5ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5ECF is #D4A130. Grayscale: #5B5B5B. Windows color (decimal): -13934897 or 13590059. OLE color: 13590059.
HSL color Cylindrical-coordinate representation of color #2B5ECF: hue angle of 221.34º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B5ECF is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 94 | 207 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.19 |
| HSL | 221.34º | 0.66% | 0.49% | - |
| HSV(B) | 221.34º | 0.79% | 0.81% | - |
| XYZ | 16.26 | 13.02 | 60.69 | - |
| YUV | 91.63 | 193.1 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 94 | 207 | 0.79 | 0.55 | 0 | 0.19 | 221.34 | 0.66 | 0.49 |
| Hex | 2B | 5E | CF | 4F | 37 | 0 | 13 | DD | 42 | 31 |
| Octal | 53 | 136 | 317 | 117 | 67 | 0 | 23 | 335 | 102 | 61 |
| Binary | 101011 | 1011110 | 11001111 | 1001111 | 110111 | 0 | 10011 | 11011101 | 1000010 | 110001 |
Color Harmonies of #2B5ECF
Complementary color
Monochromatic Colors of #2B5ECF
Black with #2B5ECF
Text Example
Text Example
White with #2B5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5ECF; }
p { color: rgb(43,94,207); }
H1.HeaderClassName
{
color: #2B5ECF;
}
.AnyTagClassName
{
color: #2B5ECF;
}
</style>
background-color css
<style>
a { background-color: #2B5ECF; }
a { background-color: rgb(43,94,207); }
div.DivClassName
{
background-color: #2B5ECF;
}
.BgClassName
{
background-color: #2B5ECF;
}
</style>
border-color css
<style>
span { border-color: #2B5ECF; }
span { border-color: rgb(43,94,207); }
td.TdClassName
{
border-color: #2B5ECF;
}
.TagClassName
{
border-color: #2B5ECF;
}
</style>