Shades of Cerulean Blue #2151CB
Tints of Cerulean Blue #2151CB
RGB
CMYK
RGB Variations
Color information
#2151CB (or 0x2151CB) is known color: Cerulean Blue. HEX triplet: 21, 51 and CB. RGB value is (33,81,203). Sum of RGB (Red+Green+Blue) = 33+81+203=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #2151CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2151CB is #DEAE34. Grayscale: #505050. Windows color (decimal): -14593589 or 13324577. OLE color: 13324577.
HSL color Cylindrical-coordinate representation of color #2151CB: hue angle of 223.06º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2151CB is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 81 | 203 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.20 |
| HSL | 223.06º | 0.72% | 0.46% | - |
| HSV(B) | 223.06º | 0.84% | 0.8% | - |
| XYZ | 14.35 | 10.52 | 57.77 | - |
| YUV | 80.56 | 197.1 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 203 | 0.84 | 0.60 | 0 | 0.20 | 223.06 | 0.72 | 0.46 |
| Hex | 21 | 51 | CB | 54 | 3C | 0 | 14 | DF | 48 | 2E |
| Octal | 41 | 121 | 313 | 124 | 74 | 0 | 24 | 337 | 110 | 56 |
| Binary | 100001 | 1010001 | 11001011 | 1010100 | 111100 | 0 | 10100 | 11011111 | 1001000 | 101110 |
Color Harmonies of #2151CB
Complementary color
Monochromatic Colors of #2151CB
Black with #2151CB
Text Example
Text Example
White with #2151CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2151CB; }
p { color: rgb(33,81,203); }
H1.HeaderClassName
{
color: #2151CB;
}
.AnyTagClassName
{
color: #2151CB;
}
</style>
background-color css
<style>
a { background-color: #2151CB; }
a { background-color: rgb(33,81,203); }
div.DivClassName
{
background-color: #2151CB;
}
.BgClassName
{
background-color: #2151CB;
}
</style>
border-color css
<style>
span { border-color: #2151CB; }
span { border-color: rgb(33,81,203); }
td.TdClassName
{
border-color: #2151CB;
}
.TagClassName
{
border-color: #2151CB;
}
</style>