Shades of Cerulean Blue #214DC3
Tints of Cerulean Blue #214DC3
RGB
CMYK
RGB Variations
Color information
#214DC3 (or 0x214DC3) is known color: Cerulean Blue. HEX triplet: 21, 4D and C3. RGB value is (33,77,195). Sum of RGB (Red+Green+Blue) = 33+77+195=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 195 (76.56% from 255 or 63.93% from 305); Max value from RGB is 195 - color contains mainly: blue. Hex color #214DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #214DC3 is #DEB23C. Grayscale: #4C4C4C. Windows color (decimal): -14594621 or 12799265. OLE color: 12799265.
HSL color Cylindrical-coordinate representation of color #214DC3: hue angle of 223.7º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #214DC3 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 77 | 195 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.24 |
| HSL | 223.7º | 0.71% | 0.45% | - |
| HSV(B) | 223.7º | 0.83% | 0.76% | - |
| XYZ | 13.13 | 9.57 | 52.79 | - |
| YUV | 77.3 | 194.42 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 195 | 0.83 | 0.61 | 0 | 0.24 | 223.7 | 0.71 | 0.45 |
| Hex | 21 | 4D | C3 | 53 | 3D | 0 | 18 | E0 | 47 | 2D |
| Octal | 41 | 115 | 303 | 123 | 75 | 0 | 30 | 340 | 107 | 55 |
| Binary | 100001 | 1001101 | 11000011 | 1010011 | 111101 | 0 | 11000 | 11100000 | 1000111 | 101101 |
Color Harmonies of #214DC3
Complementary color
Monochromatic Colors of #214DC3
Black with #214DC3
Text Example
Text Example
White with #214DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214DC3; }
p { color: rgb(33,77,195); }
H1.HeaderClassName
{
color: #214DC3;
}
.AnyTagClassName
{
color: #214DC3;
}
</style>
background-color css
<style>
a { background-color: #214DC3; }
a { background-color: rgb(33,77,195); }
div.DivClassName
{
background-color: #214DC3;
}
.BgClassName
{
background-color: #214DC3;
}
</style>
border-color css
<style>
span { border-color: #214DC3; }
span { border-color: rgb(33,77,195); }
td.TdClassName
{
border-color: #214DC3;
}
.TagClassName
{
border-color: #214DC3;
}
</style>