Shades of Cerulean Blue #214BE3
Tints of Cerulean Blue #214BE3
RGB
CMYK
RGB Variations
Color information
#214BE3 (or 0x214BE3) is known color: Cerulean Blue. HEX triplet: 21, 4B and E3. RGB value is (33,75,227). Sum of RGB (Red+Green+Blue) = 33+75+227=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 227 (89.06% from 255 or 67.76% from 335); Max value from RGB is 227 - color contains mainly: blue. Hex color #214BE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214BE3 is #DEB41C. Grayscale: #4F4F4F. Windows color (decimal): -14595101 or 14895905. OLE color: 14895905.
HSL color Cylindrical-coordinate representation of color #214BE3: hue angle of 227.01º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #214BE3 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 75 | 227 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.11 |
| HSL | 227.01º | 0.78% | 0.51% | - |
| HSV(B) | 227.01º | 0.85% | 0.89% | - |
| XYZ | 17.01 | 10.9 | 73.88 | - |
| YUV | 79.77 | 211.09 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 227 | 0.85 | 0.67 | 0 | 0.11 | 227.01 | 0.78 | 0.51 |
| Hex | 21 | 4B | E3 | 55 | 43 | 0 | B | E3 | 4E | 33 |
| Octal | 41 | 113 | 343 | 125 | 103 | 0 | 13 | 343 | 116 | 63 |
| Binary | 100001 | 1001011 | 11100011 | 1010101 | 1000011 | 0 | 1011 | 11100011 | 1001110 | 110011 |
Color Harmonies of #214BE3
Complementary color
Monochromatic Colors of #214BE3
Black with #214BE3
Text Example
Text Example
White with #214BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214BE3; }
p { color: rgb(33,75,227); }
H1.HeaderClassName
{
color: #214BE3;
}
.AnyTagClassName
{
color: #214BE3;
}
</style>
background-color css
<style>
a { background-color: #214BE3; }
a { background-color: rgb(33,75,227); }
div.DivClassName
{
background-color: #214BE3;
}
.BgClassName
{
background-color: #214BE3;
}
</style>
border-color css
<style>
span { border-color: #214BE3; }
span { border-color: rgb(33,75,227); }
td.TdClassName
{
border-color: #214BE3;
}
.TagClassName
{
border-color: #214BE3;
}
</style>