Shades of Cerulean Blue #214BC1
Tints of Cerulean Blue #214BC1
RGB
CMYK
RGB Variations
Color information
#214BC1 (or 0x214BC1) is known color: Cerulean Blue. HEX triplet: 21, 4B and C1. RGB value is (33,75,193). Sum of RGB (Red+Green+Blue) = 33+75+193=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 193 (75.78% from 255 or 64.12% from 301); Max value from RGB is 193 - color contains mainly: blue. Hex color #214BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #214BC1 is #DEB43E. Grayscale: #4B4B4B. Windows color (decimal): -14595135 or 12667681. OLE color: 12667681.
HSL color Cylindrical-coordinate representation of color #214BC1: hue angle of 224.25º 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 #214BC1 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 75 | 193 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.24 |
| HSL | 224.25º | 0.71% | 0.44% | - |
| HSV(B) | 224.25º | 0.83% | 0.76% | - |
| XYZ | 12.77 | 9.21 | 51.56 | - |
| YUV | 75.89 | 194.09 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 75 | 193 | 0.83 | 0.61 | 0 | 0.24 | 224.25 | 0.71 | 0.44 |
| Hex | 21 | 4B | C1 | 53 | 3D | 0 | 18 | E0 | 47 | 2C |
| Octal | 41 | 113 | 301 | 123 | 75 | 0 | 30 | 340 | 107 | 54 |
| Binary | 100001 | 1001011 | 11000001 | 1010011 | 111101 | 0 | 11000 | 11100000 | 1000111 | 101100 |
Color Harmonies of #214BC1
Complementary color
Monochromatic Colors of #214BC1
Black with #214BC1
Text Example
Text Example
White with #214BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214BC1; }
p { color: rgb(33,75,193); }
H1.HeaderClassName
{
color: #214BC1;
}
.AnyTagClassName
{
color: #214BC1;
}
</style>
background-color css
<style>
a { background-color: #214BC1; }
a { background-color: rgb(33,75,193); }
div.DivClassName
{
background-color: #214BC1;
}
.BgClassName
{
background-color: #214BC1;
}
</style>
border-color css
<style>
span { border-color: #214BC1; }
span { border-color: rgb(33,75,193); }
td.TdClassName
{
border-color: #214BC1;
}
.TagClassName
{
border-color: #214BC1;
}
</style>