Shades of Cerulean Blue #2150CA
Tints of Cerulean Blue #2150CA
RGB
CMYK
RGB Variations
Color information
#2150CA (or 0x2150CA) is known color: Cerulean Blue. HEX triplet: 21, 50 and CA. RGB value is (33,80,202). Sum of RGB (Red+Green+Blue) = 33+80+202=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #2150CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2150CA is #DEAF35. Grayscale: #4F4F4F. Windows color (decimal): -14593846 or 13258785. OLE color: 13258785.
HSL color Cylindrical-coordinate representation of color #2150CA: hue angle of 223.31º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2150CA is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 80 | 202 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.21 |
| HSL | 223.31º | 0.72% | 0.46% | - |
| HSV(B) | 223.31º | 0.84% | 0.79% | - |
| XYZ | 14.16 | 10.32 | 57.12 | - |
| YUV | 79.86 | 196.93 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 202 | 0.84 | 0.60 | 0 | 0.21 | 223.31 | 0.72 | 0.46 |
| Hex | 21 | 50 | CA | 54 | 3C | 0 | 15 | DF | 48 | 2E |
| Octal | 41 | 120 | 312 | 124 | 74 | 0 | 25 | 337 | 110 | 56 |
| Binary | 100001 | 1010000 | 11001010 | 1010100 | 111100 | 0 | 10101 | 11011111 | 1001000 | 101110 |
Color Harmonies of #2150CA
Complementary color
Monochromatic Colors of #2150CA
Black with #2150CA
Text Example
Text Example
White with #2150CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2150CA; }
p { color: rgb(33,80,202); }
H1.HeaderClassName
{
color: #2150CA;
}
.AnyTagClassName
{
color: #2150CA;
}
</style>
background-color css
<style>
a { background-color: #2150CA; }
a { background-color: rgb(33,80,202); }
div.DivClassName
{
background-color: #2150CA;
}
.BgClassName
{
background-color: #2150CA;
}
</style>
border-color css
<style>
span { border-color: #2150CA; }
span { border-color: rgb(33,80,202); }
td.TdClassName
{
border-color: #2150CA;
}
.TagClassName
{
border-color: #2150CA;
}
</style>