Shades of Cerulean Blue #2150DC
Tints of Cerulean Blue #2150DC
RGB
CMYK
RGB Variations
Color information
#2150DC (or 0x2150DC) is known color: Cerulean Blue. HEX triplet: 21, 50 and DC. RGB value is (33,80,220). Sum of RGB (Red+Green+Blue) = 33+80+220=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #2150DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2150DC is #DEAF23. Grayscale: #515151. Windows color (decimal): -14593828 or 14438433. OLE color: 14438433.
HSL color Cylindrical-coordinate representation of color #2150DC: hue angle of 224.92º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2150DC is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 80 | 220 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.14 |
| HSL | 224.92º | 0.74% | 0.5% | - |
| HSV(B) | 224.92º | 0.85% | 0.86% | - |
| XYZ | 16.41 | 11.23 | 69.01 | - |
| YUV | 81.91 | 205.93 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 220 | 0.85 | 0.64 | 0 | 0.14 | 224.92 | 0.74 | 0.5 |
| Hex | 21 | 50 | DC | 55 | 40 | 0 | E | E1 | 4A | 32 |
| Octal | 41 | 120 | 334 | 125 | 100 | 0 | 16 | 341 | 112 | 62 |
| Binary | 100001 | 1010000 | 11011100 | 1010101 | 1000000 | 0 | 1110 | 11100001 | 1001010 | 110010 |
Color Harmonies of #2150DC
Complementary color
Monochromatic Colors of #2150DC
Black with #2150DC
Text Example
Text Example
White with #2150DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2150DC; }
p { color: rgb(33,80,220); }
H1.HeaderClassName
{
color: #2150DC;
}
.AnyTagClassName
{
color: #2150DC;
}
</style>
background-color css
<style>
a { background-color: #2150DC; }
a { background-color: rgb(33,80,220); }
div.DivClassName
{
background-color: #2150DC;
}
.BgClassName
{
background-color: #2150DC;
}
</style>
border-color css
<style>
span { border-color: #2150DC; }
span { border-color: rgb(33,80,220); }
td.TdClassName
{
border-color: #2150DC;
}
.TagClassName
{
border-color: #2150DC;
}
</style>