Shades of Cerulean Blue #2247D4
Tints of Cerulean Blue #2247D4
RGB
CMYK
RGB Variations
Color information
#2247D4 (or 0x2247D4) is known color: Cerulean Blue. HEX triplet: 22, 47 and D4. RGB value is (34,71,212). Sum of RGB (Red+Green+Blue) = 34+71+212=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 212 (83.20% from 255 or 66.88% from 317); Max value from RGB is 212 - color contains mainly: blue. Hex color #2247D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2247D4 is #DDB82B. Grayscale: #4B4B4B. Windows color (decimal): -14530604 or 13911842. OLE color: 13911842.
HSL color Cylindrical-coordinate representation of color #2247D4: hue angle of 227.53º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2247D4 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 34 | 71 | 212 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.17 |
| HSL | 227.53º | 0.72% | 0.48% | - |
| HSV(B) | 227.53º | 0.84% | 0.83% | - |
| XYZ | 14.8 | 9.6 | 63.36 | - |
| YUV | 76.01 | 204.74 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 71 | 212 | 0.84 | 0.67 | 0 | 0.17 | 227.53 | 0.72 | 0.48 |
| Hex | 22 | 47 | D4 | 54 | 43 | 0 | 11 | E4 | 48 | 30 |
| Octal | 42 | 107 | 324 | 124 | 103 | 0 | 21 | 344 | 110 | 60 |
| Binary | 100010 | 1000111 | 11010100 | 1010100 | 1000011 | 0 | 10001 | 11100100 | 1001000 | 110000 |
Color Harmonies of #2247D4
Complementary color
Monochromatic Colors of #2247D4
Black with #2247D4
Text Example
Text Example
White with #2247D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2247D4; }
p { color: rgb(34,71,212); }
H1.HeaderClassName
{
color: #2247D4;
}
.AnyTagClassName
{
color: #2247D4;
}
</style>
background-color css
<style>
a { background-color: #2247D4; }
a { background-color: rgb(34,71,212); }
div.DivClassName
{
background-color: #2247D4;
}
.BgClassName
{
background-color: #2247D4;
}
</style>
border-color css
<style>
span { border-color: #2247D4; }
span { border-color: rgb(34,71,212); }
td.TdClassName
{
border-color: #2247D4;
}
.TagClassName
{
border-color: #2247D4;
}
</style>