Shades of Cerulean Blue #214DDF
Tints of Cerulean Blue #214DDF
RGB
CMYK
RGB Variations
Color information
#214DDF (or 0x214DDF) is known color: Cerulean Blue. HEX triplet: 21, 4D and DF. RGB value is (33,77,223). Sum of RGB (Red+Green+Blue) = 33+77+223=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #214DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DDF is #DEB220. Grayscale: #4F4F4F. Windows color (decimal): -14594593 or 14634273. OLE color: 14634273.
HSL color Cylindrical-coordinate representation of color #214DDF: hue angle of 226.11º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214DDF is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 77 | 223 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.13 |
| HSL | 226.11º | 0.75% | 0.5% | - |
| HSV(B) | 226.11º | 0.85% | 0.87% | - |
| XYZ | 16.6 | 10.96 | 71.05 | - |
| YUV | 80.49 | 208.42 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 223 | 0.85 | 0.65 | 0 | 0.13 | 226.11 | 0.75 | 0.5 |
| Hex | 21 | 4D | DF | 55 | 41 | 0 | D | E2 | 4B | 32 |
| Octal | 41 | 115 | 337 | 125 | 101 | 0 | 15 | 342 | 113 | 62 |
| Binary | 100001 | 1001101 | 11011111 | 1010101 | 1000001 | 0 | 1101 | 11100010 | 1001011 | 110010 |
Color Harmonies of #214DDF
Complementary color
Monochromatic Colors of #214DDF
Black with #214DDF
Text Example
Text Example
White with #214DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DDF; }
p { color: rgb(33,77,223); }
H1.HeaderClassName
{
color: #214DDF;
}
.AnyTagClassName
{
color: #214DDF;
}
</style>
background-color css
<style>
a { background-color: #214DDF; }
a { background-color: rgb(33,77,223); }
div.DivClassName
{
background-color: #214DDF;
}
.BgClassName
{
background-color: #214DDF;
}
</style>
border-color css
<style>
span { border-color: #214DDF; }
span { border-color: rgb(33,77,223); }
td.TdClassName
{
border-color: #214DDF;
}
.TagClassName
{
border-color: #214DDF;
}
</style>