Shades of Cerulean Blue #214BDA
Tints of Cerulean Blue #214BDA
RGB
CMYK
RGB Variations
Color information
#214BDA (or 0x214BDA) is known color: Cerulean Blue. HEX triplet: 21, 4B and DA. RGB value is (33,75,218). Sum of RGB (Red+Green+Blue) = 33+75+218=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #214BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214BDA is #DEB425. Grayscale: #4E4E4E. Windows color (decimal): -14595110 or 14306081. OLE color: 14306081.
HSL color Cylindrical-coordinate representation of color #214BDA: hue angle of 226.38º 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 #214BDA is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 75 | 218 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.15 |
| HSL | 226.38º | 0.74% | 0.49% | - |
| HSV(B) | 226.38º | 0.85% | 0.85% | - |
| XYZ | 15.8 | 10.42 | 67.51 | - |
| YUV | 78.74 | 206.59 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 218 | 0.85 | 0.66 | 0 | 0.15 | 226.38 | 0.74 | 0.49 |
| Hex | 21 | 4B | DA | 55 | 42 | 0 | F | E2 | 4A | 31 |
| Octal | 41 | 113 | 332 | 125 | 102 | 0 | 17 | 342 | 112 | 61 |
| Binary | 100001 | 1001011 | 11011010 | 1010101 | 1000010 | 0 | 1111 | 11100010 | 1001010 | 110001 |
Color Harmonies of #214BDA
Complementary color
Monochromatic Colors of #214BDA
Black with #214BDA
Text Example
Text Example
White with #214BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214BDA; }
p { color: rgb(33,75,218); }
H1.HeaderClassName
{
color: #214BDA;
}
.AnyTagClassName
{
color: #214BDA;
}
</style>
background-color css
<style>
a { background-color: #214BDA; }
a { background-color: rgb(33,75,218); }
div.DivClassName
{
background-color: #214BDA;
}
.BgClassName
{
background-color: #214BDA;
}
</style>
border-color css
<style>
span { border-color: #214BDA; }
span { border-color: rgb(33,75,218); }
td.TdClassName
{
border-color: #214BDA;
}
.TagClassName
{
border-color: #214BDA;
}
</style>