Shades of Cerulean Blue #215DD3
Tints of Cerulean Blue #215DD3
RGB
CMYK
RGB Variations
Color information
#215DD3 (or 0x215DD3) is known color: Cerulean Blue. HEX triplet: 21, 5D and D3. RGB value is (33,93,211). Sum of RGB (Red+Green+Blue) = 33+93+211=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 211 (82.81% from 255 or 62.61% from 337); Max value from RGB is 211 - color contains mainly: blue. Hex color #215DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215DD3 is #DEA22C. Grayscale: #575757. Windows color (decimal): -14590509 or 13851937. OLE color: 13851937.
HSL color Cylindrical-coordinate representation of color #215DD3: hue angle of 219.78º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #215DD3 is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 93 | 211 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.17 |
| HSL | 219.78º | 0.73% | 0.48% | - |
| HSV(B) | 219.78º | 0.84% | 0.83% | - |
| XYZ | 16.3 | 12.86 | 63.25 | - |
| YUV | 88.51 | 197.12 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 211 | 0.84 | 0.56 | 0 | 0.17 | 219.78 | 0.73 | 0.48 |
| Hex | 21 | 5D | D3 | 54 | 38 | 0 | 11 | DC | 49 | 30 |
| Octal | 41 | 135 | 323 | 124 | 70 | 0 | 21 | 334 | 111 | 60 |
| Binary | 100001 | 1011101 | 11010011 | 1010100 | 111000 | 0 | 10001 | 11011100 | 1001001 | 110000 |
Color Harmonies of #215DD3
Complementary color
Monochromatic Colors of #215DD3
Black with #215DD3
Text Example
Text Example
White with #215DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215DD3; }
p { color: rgb(33,93,211); }
H1.HeaderClassName
{
color: #215DD3;
}
.AnyTagClassName
{
color: #215DD3;
}
</style>
background-color css
<style>
a { background-color: #215DD3; }
a { background-color: rgb(33,93,211); }
div.DivClassName
{
background-color: #215DD3;
}
.BgClassName
{
background-color: #215DD3;
}
</style>
border-color css
<style>
span { border-color: #215DD3; }
span { border-color: rgb(33,93,211); }
td.TdClassName
{
border-color: #215DD3;
}
.TagClassName
{
border-color: #215DD3;
}
</style>