Shades of Cerulean Blue #215CDA
Tints of Cerulean Blue #215CDA
RGB
CMYK
RGB Variations
Color information
#215CDA (or 0x215CDA) is known color: Cerulean Blue. HEX triplet: 21, 5C and DA. RGB value is (33,92,218). Sum of RGB (Red+Green+Blue) = 33+92+218=343 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.62% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #215CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215CDA is #DEA325. Grayscale: #585858. Windows color (decimal): -14590758 or 14310433. OLE color: 14310433.
HSL color Cylindrical-coordinate representation of color #215CDA: hue angle of 220.86º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #215CDA is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 92 | 218 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.15 |
| HSL | 220.86º | 0.74% | 0.49% | - |
| HSV(B) | 220.86º | 0.85% | 0.85% | - |
| XYZ | 17.11 | 13.04 | 67.94 | - |
| YUV | 88.72 | 200.95 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 218 | 0.85 | 0.58 | 0 | 0.15 | 220.86 | 0.74 | 0.49 |
| Hex | 21 | 5C | DA | 55 | 3A | 0 | F | DD | 4A | 31 |
| Octal | 41 | 134 | 332 | 125 | 72 | 0 | 17 | 335 | 112 | 61 |
| Binary | 100001 | 1011100 | 11011010 | 1010101 | 111010 | 0 | 1111 | 11011101 | 1001010 | 110001 |
Color Harmonies of #215CDA
Complementary color
Monochromatic Colors of #215CDA
Black with #215CDA
Text Example
Text Example
White with #215CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215CDA; }
p { color: rgb(33,92,218); }
H1.HeaderClassName
{
color: #215CDA;
}
.AnyTagClassName
{
color: #215CDA;
}
</style>
background-color css
<style>
a { background-color: #215CDA; }
a { background-color: rgb(33,92,218); }
div.DivClassName
{
background-color: #215CDA;
}
.BgClassName
{
background-color: #215CDA;
}
</style>
border-color css
<style>
span { border-color: #215CDA; }
span { border-color: rgb(33,92,218); }
td.TdClassName
{
border-color: #215CDA;
}
.TagClassName
{
border-color: #215CDA;
}
</style>