Shades of Cerulean Blue #2147CC
Tints of Cerulean Blue #2147CC
RGB
CMYK
RGB Variations
Color information
#2147CC (or 0x2147CC) is known color: Cerulean Blue. HEX triplet: 21, 47 and CC. RGB value is (33,71,204). Sum of RGB (Red+Green+Blue) = 33+71+204=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #2147CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2147CC is #DEB833. Grayscale: #4A4A4A. Windows color (decimal): -14596148 or 13387553. OLE color: 13387553.
HSL color Cylindrical-coordinate representation of color #2147CC: hue angle of 226.67º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2147CC is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 71 | 204 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.2 |
| HSL | 226.67º | 0.72% | 0.46% | - |
| HSV(B) | 226.67º | 0.84% | 0.8% | - |
| XYZ | 13.78 | 9.19 | 58.17 | - |
| YUV | 74.8 | 200.91 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 204 | 0.84 | 0.65 | 0 | 0.2 | 226.67 | 0.72 | 0.46 |
| Hex | 21 | 47 | CC | 54 | 41 | 0 | 14 | E3 | 48 | 2E |
| Octal | 41 | 107 | 314 | 124 | 101 | 0 | 24 | 343 | 110 | 56 |
| Binary | 100001 | 1000111 | 11001100 | 1010100 | 1000001 | 0 | 10100 | 11100011 | 1001000 | 101110 |
Color Harmonies of #2147CC
Complementary color
Monochromatic Colors of #2147CC
Black with #2147CC
Text Example
Text Example
White with #2147CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2147CC; }
p { color: rgb(33,71,204); }
H1.HeaderClassName
{
color: #2147CC;
}
.AnyTagClassName
{
color: #2147CC;
}
</style>
background-color css
<style>
a { background-color: #2147CC; }
a { background-color: rgb(33,71,204); }
div.DivClassName
{
background-color: #2147CC;
}
.BgClassName
{
background-color: #2147CC;
}
</style>
border-color css
<style>
span { border-color: #2147CC; }
span { border-color: rgb(33,71,204); }
td.TdClassName
{
border-color: #2147CC;
}
.TagClassName
{
border-color: #2147CC;
}
</style>