Shades of Cerulean Blue #2150CB
Tints of Cerulean Blue #2150CB
RGB
CMYK
RGB Variations
Color information
#2150CB (or 0x2150CB) is known color: Cerulean Blue. HEX triplet: 21, 50 and CB. RGB value is (33,80,203). Sum of RGB (Red+Green+Blue) = 33+80+203=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #2150CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2150CB is #DEAF34. Grayscale: #4F4F4F. Windows color (decimal): -14593845 or 13324321. OLE color: 13324321.
HSL color Cylindrical-coordinate representation of color #2150CB: hue angle of 223.41º 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 #2150CB is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 80 | 203 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.20 |
| HSL | 223.41º | 0.72% | 0.46% | - |
| HSV(B) | 223.41º | 0.84% | 0.8% | - |
| XYZ | 14.28 | 10.37 | 57.75 | - |
| YUV | 79.97 | 197.43 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 203 | 0.84 | 0.61 | 0 | 0.20 | 223.41 | 0.72 | 0.46 |
| Hex | 21 | 50 | CB | 54 | 3D | 0 | 14 | DF | 48 | 2E |
| Octal | 41 | 120 | 313 | 124 | 75 | 0 | 24 | 337 | 110 | 56 |
| Binary | 100001 | 1010000 | 11001011 | 1010100 | 111101 | 0 | 10100 | 11011111 | 1001000 | 101110 |
Color Harmonies of #2150CB
Complementary color
Monochromatic Colors of #2150CB
Black with #2150CB
Text Example
Text Example
White with #2150CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2150CB; }
p { color: rgb(33,80,203); }
H1.HeaderClassName
{
color: #2150CB;
}
.AnyTagClassName
{
color: #2150CB;
}
</style>
background-color css
<style>
a { background-color: #2150CB; }
a { background-color: rgb(33,80,203); }
div.DivClassName
{
background-color: #2150CB;
}
.BgClassName
{
background-color: #2150CB;
}
</style>
border-color css
<style>
span { border-color: #2150CB; }
span { border-color: rgb(33,80,203); }
td.TdClassName
{
border-color: #2150CB;
}
.TagClassName
{
border-color: #2150CB;
}
</style>