Shades of Cerulean Blue #2149C2
Tints of Cerulean Blue #2149C2
RGB
CMYK
RGB Variations
Color information
#2149C2 (or 0x2149C2) is known color: Cerulean Blue. HEX triplet: 21, 49 and C2. RGB value is (33,73,194). Sum of RGB (Red+Green+Blue) = 33+73+194=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 194 (76.17% from 255 or 64.67% from 300); Max value from RGB is 194 - color contains mainly: blue. Hex color #2149C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2149C2 is #DEB63D. Grayscale: #4A4A4A. Windows color (decimal): -14595646 or 12732705. OLE color: 12732705.
HSL color Cylindrical-coordinate representation of color #2149C2: hue angle of 225.09º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2149C2 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 73 | 194 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.24 |
| HSL | 225.09º | 0.71% | 0.45% | - |
| HSV(B) | 225.09º | 0.83% | 0.76% | - |
| XYZ | 12.75 | 8.98 | 52.1 | - |
| YUV | 74.83 | 195.25 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 194 | 0.83 | 0.62 | 0 | 0.24 | 225.09 | 0.71 | 0.45 |
| Hex | 21 | 49 | C2 | 53 | 3E | 0 | 18 | E1 | 47 | 2D |
| Octal | 41 | 111 | 302 | 123 | 76 | 0 | 30 | 341 | 107 | 55 |
| Binary | 100001 | 1001001 | 11000010 | 1010011 | 111110 | 0 | 11000 | 11100001 | 1000111 | 101101 |
Color Harmonies of #2149C2
Complementary color
Monochromatic Colors of #2149C2
Black with #2149C2
Text Example
Text Example
White with #2149C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2149C2; }
p { color: rgb(33,73,194); }
H1.HeaderClassName
{
color: #2149C2;
}
.AnyTagClassName
{
color: #2149C2;
}
</style>
background-color css
<style>
a { background-color: #2149C2; }
a { background-color: rgb(33,73,194); }
div.DivClassName
{
background-color: #2149C2;
}
.BgClassName
{
background-color: #2149C2;
}
</style>
border-color css
<style>
span { border-color: #2149C2; }
span { border-color: rgb(33,73,194); }
td.TdClassName
{
border-color: #2149C2;
}
.TagClassName
{
border-color: #2149C2;
}
</style>