Shades of Cerulean Blue #214ACC
Tints of Cerulean Blue #214ACC
RGB
CMYK
RGB Variations
Color information
#214ACC (or 0x214ACC) is known color: Cerulean Blue. HEX triplet: 21, 4A and CC. RGB value is (33,74,204). Sum of RGB (Red+Green+Blue) = 33+74+204=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #214ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214ACC is #DEB533. Grayscale: #4C4C4C. Windows color (decimal): -14595380 or 13388321. OLE color: 13388321.
HSL color Cylindrical-coordinate representation of color #214ACC: hue angle of 225.61º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #214ACC is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 74 | 204 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.2 |
| HSL | 225.61º | 0.72% | 0.46% | - |
| HSV(B) | 225.61º | 0.84% | 0.8% | - |
| XYZ | 13.98 | 9.58 | 58.24 | - |
| YUV | 76.56 | 199.92 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 204 | 0.84 | 0.64 | 0 | 0.2 | 225.61 | 0.72 | 0.46 |
| Hex | 21 | 4A | CC | 54 | 40 | 0 | 14 | E2 | 48 | 2E |
| Octal | 41 | 112 | 314 | 124 | 100 | 0 | 24 | 342 | 110 | 56 |
| Binary | 100001 | 1001010 | 11001100 | 1010100 | 1000000 | 0 | 10100 | 11100010 | 1001000 | 101110 |
Color Harmonies of #214ACC
Complementary color
Monochromatic Colors of #214ACC
Black with #214ACC
Text Example
Text Example
White with #214ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214ACC; }
p { color: rgb(33,74,204); }
H1.HeaderClassName
{
color: #214ACC;
}
.AnyTagClassName
{
color: #214ACC;
}
</style>
background-color css
<style>
a { background-color: #214ACC; }
a { background-color: rgb(33,74,204); }
div.DivClassName
{
background-color: #214ACC;
}
.BgClassName
{
background-color: #214ACC;
}
</style>
border-color css
<style>
span { border-color: #214ACC; }
span { border-color: rgb(33,74,204); }
td.TdClassName
{
border-color: #214ACC;
}
.TagClassName
{
border-color: #214ACC;
}
</style>