Shades of Cerulean Blue #2254CC
Tints of Cerulean Blue #2254CC
RGB
CMYK
RGB Variations
Color information
#2254CC (or 0x2254CC) is known color: Cerulean Blue. HEX triplet: 22, 54 and CC. RGB value is (34,84,204). Sum of RGB (Red+Green+Blue) = 34+84+204=322 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.56% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #2254CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2254CC is #DDAB33. Grayscale: #525252. Windows color (decimal): -14527284 or 13390882. OLE color: 13390882.
HSL color Cylindrical-coordinate representation of color #2254CC: hue angle of 222.35º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2254CC is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 84 | 204 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.2 |
| HSL | 222.35º | 0.71% | 0.47% | - |
| HSV(B) | 222.35º | 0.83% | 0.8% | - |
| XYZ | 14.73 | 11.04 | 58.48 | - |
| YUV | 82.73 | 196.44 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 84 | 204 | 0.83 | 0.59 | 0 | 0.2 | 222.35 | 0.71 | 0.47 |
| Hex | 22 | 54 | CC | 53 | 3B | 0 | 14 | DE | 47 | 2F |
| Octal | 42 | 124 | 314 | 123 | 73 | 0 | 24 | 336 | 107 | 57 |
| Binary | 100010 | 1010100 | 11001100 | 1010011 | 111011 | 0 | 10100 | 11011110 | 1000111 | 101111 |
Color Harmonies of #2254CC
Complementary color
Monochromatic Colors of #2254CC
Black with #2254CC
Text Example
Text Example
White with #2254CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2254CC; }
p { color: rgb(34,84,204); }
H1.HeaderClassName
{
color: #2254CC;
}
.AnyTagClassName
{
color: #2254CC;
}
</style>
background-color css
<style>
a { background-color: #2254CC; }
a { background-color: rgb(34,84,204); }
div.DivClassName
{
background-color: #2254CC;
}
.BgClassName
{
background-color: #2254CC;
}
</style>
border-color css
<style>
span { border-color: #2254CC; }
span { border-color: rgb(34,84,204); }
td.TdClassName
{
border-color: #2254CC;
}
.TagClassName
{
border-color: #2254CC;
}
</style>