Shades of Cerulean Blue #2150CC
Tints of Cerulean Blue #2150CC
RGB
CMYK
RGB Variations
Color information
#2150CC (or 0x2150CC) is known color: Cerulean Blue. HEX triplet: 21, 50 and CC. RGB value is (33,80,204). Sum of RGB (Red+Green+Blue) = 33+80+204=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #2150CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2150CC is #DEAF33. Grayscale: #4F4F4F. Windows color (decimal): -14593844 or 13389857. OLE color: 13389857.
HSL color Cylindrical-coordinate representation of color #2150CC: hue angle of 223.51º 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 #2150CC is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 80 | 204 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.2 |
| HSL | 223.51º | 0.72% | 0.46% | - |
| HSV(B) | 223.51º | 0.84% | 0.8% | - |
| XYZ | 14.39 | 10.42 | 58.38 | - |
| YUV | 80.08 | 197.93 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 204 | 0.84 | 0.61 | 0 | 0.2 | 223.51 | 0.72 | 0.46 |
| Hex | 21 | 50 | CC | 54 | 3D | 0 | 14 | E0 | 48 | 2E |
| Octal | 41 | 120 | 314 | 124 | 75 | 0 | 24 | 340 | 110 | 56 |
| Binary | 100001 | 1010000 | 11001100 | 1010100 | 111101 | 0 | 10100 | 11100000 | 1001000 | 101110 |
Color Harmonies of #2150CC
Complementary color
Monochromatic Colors of #2150CC
Black with #2150CC
Text Example
Text Example
White with #2150CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2150CC; }
p { color: rgb(33,80,204); }
H1.HeaderClassName
{
color: #2150CC;
}
.AnyTagClassName
{
color: #2150CC;
}
</style>
background-color css
<style>
a { background-color: #2150CC; }
a { background-color: rgb(33,80,204); }
div.DivClassName
{
background-color: #2150CC;
}
.BgClassName
{
background-color: #2150CC;
}
</style>
border-color css
<style>
span { border-color: #2150CC; }
span { border-color: rgb(33,80,204); }
td.TdClassName
{
border-color: #2150CC;
}
.TagClassName
{
border-color: #2150CC;
}
</style>