Shades of Cerulean Blue #215DCF
Tints of Cerulean Blue #215DCF
RGB
CMYK
RGB Variations
Color information
#215DCF (or 0x215DCF) is known color: Cerulean Blue. HEX triplet: 21, 5D and CF. RGB value is (33,93,207). Sum of RGB (Red+Green+Blue) = 33+93+207=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #215DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215DCF is #DEA230. Grayscale: #575757. Windows color (decimal): -14590513 or 13589793. OLE color: 13589793.
HSL color Cylindrical-coordinate representation of color #215DCF: hue angle of 219.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #215DCF is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 93 | 207 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.19 |
| HSL | 219.31º | 0.73% | 0.47% | - |
| HSV(B) | 219.31º | 0.84% | 0.81% | - |
| XYZ | 15.8 | 12.66 | 60.64 | - |
| YUV | 88.06 | 195.12 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 207 | 0.84 | 0.55 | 0 | 0.19 | 219.31 | 0.73 | 0.47 |
| Hex | 21 | 5D | CF | 54 | 37 | 0 | 13 | DB | 48 | 2F |
| Octal | 41 | 135 | 317 | 124 | 67 | 0 | 23 | 333 | 110 | 57 |
| Binary | 100001 | 1011101 | 11001111 | 1010100 | 110111 | 0 | 10011 | 11011011 | 1001000 | 101111 |
Color Harmonies of #215DCF
Complementary color
Monochromatic Colors of #215DCF
Black with #215DCF
Text Example
Text Example
White with #215DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215DCF; }
p { color: rgb(33,93,207); }
H1.HeaderClassName
{
color: #215DCF;
}
.AnyTagClassName
{
color: #215DCF;
}
</style>
background-color css
<style>
a { background-color: #215DCF; }
a { background-color: rgb(33,93,207); }
div.DivClassName
{
background-color: #215DCF;
}
.BgClassName
{
background-color: #215DCF;
}
</style>
border-color css
<style>
span { border-color: #215DCF; }
span { border-color: rgb(33,93,207); }
td.TdClassName
{
border-color: #215DCF;
}
.TagClassName
{
border-color: #215DCF;
}
</style>