Shades of Cerulean Blue #214CDA
Tints of Cerulean Blue #214CDA
RGB
CMYK
RGB Variations
Color information
#214CDA (or 0x214CDA) is known color: Cerulean Blue. HEX triplet: 21, 4C and DA. RGB value is (33,76,218). Sum of RGB (Red+Green+Blue) = 33+76+218=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #214CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214CDA is #DEB325. Grayscale: #4E4E4E. Windows color (decimal): -14594854 or 14306337. OLE color: 14306337.
HSL color Cylindrical-coordinate representation of color #214CDA: hue angle of 226.05º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214CDA is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 76 | 218 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.15 |
| HSL | 226.05º | 0.74% | 0.49% | - |
| HSV(B) | 226.05º | 0.85% | 0.85% | - |
| XYZ | 15.87 | 10.55 | 67.53 | - |
| YUV | 79.33 | 206.25 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 218 | 0.85 | 0.65 | 0 | 0.15 | 226.05 | 0.74 | 0.49 |
| Hex | 21 | 4C | DA | 55 | 41 | 0 | F | E2 | 4A | 31 |
| Octal | 41 | 114 | 332 | 125 | 101 | 0 | 17 | 342 | 112 | 61 |
| Binary | 100001 | 1001100 | 11011010 | 1010101 | 1000001 | 0 | 1111 | 11100010 | 1001010 | 110001 |
Color Harmonies of #214CDA
Complementary color
Monochromatic Colors of #214CDA
Black with #214CDA
Text Example
Text Example
White with #214CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214CDA; }
p { color: rgb(33,76,218); }
H1.HeaderClassName
{
color: #214CDA;
}
.AnyTagClassName
{
color: #214CDA;
}
</style>
background-color css
<style>
a { background-color: #214CDA; }
a { background-color: rgb(33,76,218); }
div.DivClassName
{
background-color: #214CDA;
}
.BgClassName
{
background-color: #214CDA;
}
</style>
border-color css
<style>
span { border-color: #214CDA; }
span { border-color: rgb(33,76,218); }
td.TdClassName
{
border-color: #214CDA;
}
.TagClassName
{
border-color: #214CDA;
}
</style>