Shades of Cerulean Blue #2147D6
Tints of Cerulean Blue #2147D6
RGB
CMYK
RGB Variations
Color information
#2147D6 (or 0x2147D6) is known color: Cerulean Blue. HEX triplet: 21, 47 and D6. RGB value is (33,71,214). Sum of RGB (Red+Green+Blue) = 33+71+214=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 214 (83.98% from 255 or 67.30% from 318); Max value from RGB is 214 - color contains mainly: blue. Hex color #2147D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2147D6 is #DEB829. Grayscale: #4B4B4B. Windows color (decimal): -14596138 or 14042913. OLE color: 14042913.
HSL color Cylindrical-coordinate representation of color #2147D6: hue angle of 227.4º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2147D6 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 71 | 214 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.16 |
| HSL | 227.4º | 0.73% | 0.48% | - |
| HSV(B) | 227.4º | 0.85% | 0.84% | - |
| XYZ | 15.02 | 9.68 | 64.7 | - |
| YUV | 75.94 | 205.91 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 214 | 0.85 | 0.67 | 0 | 0.16 | 227.4 | 0.73 | 0.48 |
| Hex | 21 | 47 | D6 | 55 | 43 | 0 | 10 | E3 | 49 | 30 |
| Octal | 41 | 107 | 326 | 125 | 103 | 0 | 20 | 343 | 111 | 60 |
| Binary | 100001 | 1000111 | 11010110 | 1010101 | 1000011 | 0 | 10000 | 11100011 | 1001001 | 110000 |
Color Harmonies of #2147D6
Complementary color
Monochromatic Colors of #2147D6
Black with #2147D6
Text Example
Text Example
White with #2147D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2147D6; }
p { color: rgb(33,71,214); }
H1.HeaderClassName
{
color: #2147D6;
}
.AnyTagClassName
{
color: #2147D6;
}
</style>
background-color css
<style>
a { background-color: #2147D6; }
a { background-color: rgb(33,71,214); }
div.DivClassName
{
background-color: #2147D6;
}
.BgClassName
{
background-color: #2147D6;
}
</style>
border-color css
<style>
span { border-color: #2147D6; }
span { border-color: rgb(33,71,214); }
td.TdClassName
{
border-color: #2147D6;
}
.TagClassName
{
border-color: #2147D6;
}
</style>