Shades of Cerulean Blue #214BE0
Tints of Cerulean Blue #214BE0
RGB
CMYK
RGB Variations
Color information
#214BE0 (or 0x214BE0) is known color: Cerulean Blue. HEX triplet: 21, 4B and E0. RGB value is (33,75,224). Sum of RGB (Red+Green+Blue) = 33+75+224=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #214BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214BE0 is #DEB41F. Grayscale: #4E4E4E. Windows color (decimal): -14595104 or 14699297. OLE color: 14699297.
HSL color Cylindrical-coordinate representation of color #214BE0: hue angle of 226.81º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214BE0 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 75 | 224 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.12 |
| HSL | 226.81º | 0.75% | 0.5% | - |
| HSV(B) | 226.81º | 0.85% | 0.88% | - |
| XYZ | 16.6 | 10.74 | 71.72 | - |
| YUV | 79.43 | 209.59 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 224 | 0.85 | 0.67 | 0 | 0.12 | 226.81 | 0.75 | 0.5 |
| Hex | 21 | 4B | E0 | 55 | 43 | 0 | C | E3 | 4B | 32 |
| Octal | 41 | 113 | 340 | 125 | 103 | 0 | 14 | 343 | 113 | 62 |
| Binary | 100001 | 1001011 | 11100000 | 1010101 | 1000011 | 0 | 1100 | 11100011 | 1001011 | 110010 |
Color Harmonies of #214BE0
Complementary color
Monochromatic Colors of #214BE0
Black with #214BE0
Text Example
Text Example
White with #214BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214BE0; }
p { color: rgb(33,75,224); }
H1.HeaderClassName
{
color: #214BE0;
}
.AnyTagClassName
{
color: #214BE0;
}
</style>
background-color css
<style>
a { background-color: #214BE0; }
a { background-color: rgb(33,75,224); }
div.DivClassName
{
background-color: #214BE0;
}
.BgClassName
{
background-color: #214BE0;
}
</style>
border-color css
<style>
span { border-color: #214BE0; }
span { border-color: rgb(33,75,224); }
td.TdClassName
{
border-color: #214BE0;
}
.TagClassName
{
border-color: #214BE0;
}
</style>