Shades of Cerulean Blue #214DC1
Tints of Cerulean Blue #214DC1
RGB
CMYK
RGB Variations
Color information
#214DC1 (or 0x214DC1) is known color: Cerulean Blue. HEX triplet: 21, 4D and C1. RGB value is (33,77,193). Sum of RGB (Red+Green+Blue) = 33+77+193=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 193 (75.78% from 255 or 63.70% from 303); Max value from RGB is 193 - color contains mainly: blue. Hex color #214DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DC1 is #DEB23E. Grayscale: #4C4C4C. Windows color (decimal): -14594623 or 12668193. OLE color: 12668193.
HSL color Cylindrical-coordinate representation of color #214DC1: hue angle of 223.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #214DC1 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 77 | 193 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.24 |
| HSL | 223.5º | 0.71% | 0.44% | - |
| HSV(B) | 223.5º | 0.83% | 0.76% | - |
| XYZ | 12.91 | 9.48 | 51.6 | - |
| YUV | 77.07 | 193.42 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 193 | 0.83 | 0.60 | 0 | 0.24 | 223.5 | 0.71 | 0.44 |
| Hex | 21 | 4D | C1 | 53 | 3C | 0 | 18 | E0 | 47 | 2C |
| Octal | 41 | 115 | 301 | 123 | 74 | 0 | 30 | 340 | 107 | 54 |
| Binary | 100001 | 1001101 | 11000001 | 1010011 | 111100 | 0 | 11000 | 11100000 | 1000111 | 101100 |
Color Harmonies of #214DC1
Complementary color
Monochromatic Colors of #214DC1
Black with #214DC1
Text Example
Text Example
White with #214DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DC1; }
p { color: rgb(33,77,193); }
H1.HeaderClassName
{
color: #214DC1;
}
.AnyTagClassName
{
color: #214DC1;
}
</style>
background-color css
<style>
a { background-color: #214DC1; }
a { background-color: rgb(33,77,193); }
div.DivClassName
{
background-color: #214DC1;
}
.BgClassName
{
background-color: #214DC1;
}
</style>
border-color css
<style>
span { border-color: #214DC1; }
span { border-color: rgb(33,77,193); }
td.TdClassName
{
border-color: #214DC1;
}
.TagClassName
{
border-color: #214DC1;
}
</style>