Shades of Cerulean Blue #215FDA
Tints of Cerulean Blue #215FDA
RGB
CMYK
RGB Variations
Color information
#215FDA (or 0x215FDA) is known color: Cerulean Blue. HEX triplet: 21, 5F and DA. RGB value is (33,95,218). Sum of RGB (Red+Green+Blue) = 33+95+218=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #215FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215FDA is #DEA025. Grayscale: #595959. Windows color (decimal): -14589990 or 14311201. OLE color: 14311201.
HSL color Cylindrical-coordinate representation of color #215FDA: hue angle of 219.89º 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 #215FDA is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 95 | 218 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.15 |
| HSL | 219.89º | 0.74% | 0.49% | - |
| HSV(B) | 219.89º | 0.85% | 0.85% | - |
| XYZ | 17.37 | 13.57 | 68.03 | - |
| YUV | 90.48 | 199.96 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 218 | 0.85 | 0.56 | 0 | 0.15 | 219.89 | 0.74 | 0.49 |
| Hex | 21 | 5F | DA | 55 | 38 | 0 | F | DC | 4A | 31 |
| Octal | 41 | 137 | 332 | 125 | 70 | 0 | 17 | 334 | 112 | 61 |
| Binary | 100001 | 1011111 | 11011010 | 1010101 | 111000 | 0 | 1111 | 11011100 | 1001010 | 110001 |
Color Harmonies of #215FDA
Complementary color
Monochromatic Colors of #215FDA
Black with #215FDA
Text Example
Text Example
White with #215FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215FDA; }
p { color: rgb(33,95,218); }
H1.HeaderClassName
{
color: #215FDA;
}
.AnyTagClassName
{
color: #215FDA;
}
</style>
background-color css
<style>
a { background-color: #215FDA; }
a { background-color: rgb(33,95,218); }
div.DivClassName
{
background-color: #215FDA;
}
.BgClassName
{
background-color: #215FDA;
}
</style>
border-color css
<style>
span { border-color: #215FDA; }
span { border-color: rgb(33,95,218); }
td.TdClassName
{
border-color: #215FDA;
}
.TagClassName
{
border-color: #215FDA;
}
</style>