Shades of Cerulean Blue #214DC7
Tints of Cerulean Blue #214DC7
RGB
CMYK
RGB Variations
Color information
#214DC7 (or 0x214DC7) is known color: Cerulean Blue. HEX triplet: 21, 4D and C7. RGB value is (33,77,199). Sum of RGB (Red+Green+Blue) = 33+77+199=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 199 (78.12% from 255 or 64.40% from 309); Max value from RGB is 199 - color contains mainly: blue. Hex color #214DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DC7 is #DEB238. Grayscale: #4D4D4D. Windows color (decimal): -14594617 or 13061409. OLE color: 13061409.
HSL color Cylindrical-coordinate representation of color #214DC7: hue angle of 224.1º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #214DC7 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 77 | 199 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.22 |
| HSL | 224.1º | 0.72% | 0.45% | - |
| HSV(B) | 224.1º | 0.83% | 0.78% | - |
| XYZ | 13.59 | 9.75 | 55.2 | - |
| YUV | 77.75 | 196.42 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 199 | 0.83 | 0.61 | 0 | 0.22 | 224.1 | 0.72 | 0.45 |
| Hex | 21 | 4D | C7 | 53 | 3D | 0 | 16 | E0 | 48 | 2D |
| Octal | 41 | 115 | 307 | 123 | 75 | 0 | 26 | 340 | 110 | 55 |
| Binary | 100001 | 1001101 | 11000111 | 1010011 | 111101 | 0 | 10110 | 11100000 | 1001000 | 101101 |
Color Harmonies of #214DC7
Complementary color
Monochromatic Colors of #214DC7
Black with #214DC7
Text Example
Text Example
White with #214DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DC7; }
p { color: rgb(33,77,199); }
H1.HeaderClassName
{
color: #214DC7;
}
.AnyTagClassName
{
color: #214DC7;
}
</style>
background-color css
<style>
a { background-color: #214DC7; }
a { background-color: rgb(33,77,199); }
div.DivClassName
{
background-color: #214DC7;
}
.BgClassName
{
background-color: #214DC7;
}
</style>
border-color css
<style>
span { border-color: #214DC7; }
span { border-color: rgb(33,77,199); }
td.TdClassName
{
border-color: #214DC7;
}
.TagClassName
{
border-color: #214DC7;
}
</style>