Shades of Cerulean Blue #2B5ACB
Tints of Cerulean Blue #2B5ACB
RGB
CMYK
RGB Variations
Color information
#2B5ACB (or 0x2B5ACB) is known color: Cerulean Blue. HEX triplet: 2B, 5A and CB. RGB value is (43,90,203). Sum of RGB (Red+Green+Blue) = 43+90+203=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #2B5ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5ACB is #D4A534. Grayscale: #585858. Windows color (decimal): -13935925 or 13326891. OLE color: 13326891.
HSL color Cylindrical-coordinate representation of color #2B5ACB: hue angle of 222.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B5ACB is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 90 | 203 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.20 |
| HSL | 222.38º | 0.65% | 0.48% | - |
| HSV(B) | 222.38º | 0.79% | 0.8% | - |
| XYZ | 15.43 | 12.14 | 58.03 | - |
| YUV | 88.83 | 192.43 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 203 | 0.79 | 0.56 | 0 | 0.20 | 222.38 | 0.65 | 0.48 |
| Hex | 2B | 5A | CB | 4F | 38 | 0 | 14 | DE | 41 | 30 |
| Octal | 53 | 132 | 313 | 117 | 70 | 0 | 24 | 336 | 101 | 60 |
| Binary | 101011 | 1011010 | 11001011 | 1001111 | 111000 | 0 | 10100 | 11011110 | 1000001 | 110000 |
Color Harmonies of #2B5ACB
Complementary color
Monochromatic Colors of #2B5ACB
Black with #2B5ACB
Text Example
Text Example
White with #2B5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5ACB; }
p { color: rgb(43,90,203); }
H1.HeaderClassName
{
color: #2B5ACB;
}
.AnyTagClassName
{
color: #2B5ACB;
}
</style>
background-color css
<style>
a { background-color: #2B5ACB; }
a { background-color: rgb(43,90,203); }
div.DivClassName
{
background-color: #2B5ACB;
}
.BgClassName
{
background-color: #2B5ACB;
}
</style>
border-color css
<style>
span { border-color: #2B5ACB; }
span { border-color: rgb(43,90,203); }
td.TdClassName
{
border-color: #2B5ACB;
}
.TagClassName
{
border-color: #2B5ACB;
}
</style>