Shades of Cerulean Blue #215AC1
Tints of Cerulean Blue #215AC1
RGB
CMYK
RGB Variations
Color information
#215AC1 (or 0x215AC1) is known color: Cerulean Blue. HEX triplet: 21, 5A and C1. RGB value is (33,90,193). Sum of RGB (Red+Green+Blue) = 33+90+193=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #215AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215AC1 is #DEA53E. Grayscale: #545454. Windows color (decimal): -14591295 or 12671521. OLE color: 12671521.
HSL color Cylindrical-coordinate representation of color #215AC1: hue angle of 218.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #215AC1 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 90 | 193 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.24 |
| HSL | 218.63º | 0.71% | 0.44% | - |
| HSV(B) | 218.63º | 0.83% | 0.76% | - |
| XYZ | 13.91 | 11.49 | 51.94 | - |
| YUV | 84.7 | 189.12 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 193 | 0.83 | 0.53 | 0 | 0.24 | 218.63 | 0.71 | 0.44 |
| Hex | 21 | 5A | C1 | 53 | 35 | 0 | 18 | DB | 47 | 2C |
| Octal | 41 | 132 | 301 | 123 | 65 | 0 | 30 | 333 | 107 | 54 |
| Binary | 100001 | 1011010 | 11000001 | 1010011 | 110101 | 0 | 11000 | 11011011 | 1000111 | 101100 |
Color Harmonies of #215AC1
Complementary color
Monochromatic Colors of #215AC1
Black with #215AC1
Text Example
Text Example
White with #215AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215AC1; }
p { color: rgb(33,90,193); }
H1.HeaderClassName
{
color: #215AC1;
}
.AnyTagClassName
{
color: #215AC1;
}
</style>
background-color css
<style>
a { background-color: #215AC1; }
a { background-color: rgb(33,90,193); }
div.DivClassName
{
background-color: #215AC1;
}
.BgClassName
{
background-color: #215AC1;
}
</style>
border-color css
<style>
span { border-color: #215AC1; }
span { border-color: rgb(33,90,193); }
td.TdClassName
{
border-color: #215AC1;
}
.TagClassName
{
border-color: #215AC1;
}
</style>