Shades of Cerulean Blue #2254D8
Tints of Cerulean Blue #2254D8
RGB
CMYK
RGB Variations
Color information
#2254D8 (or 0x2254D8) is known color: Cerulean Blue. HEX triplet: 22, 54 and D8. RGB value is (34,84,216). Sum of RGB (Red+Green+Blue) = 34+84+216=334 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.18% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 216 (84.77% from 255 or 64.67% from 334); Max value from RGB is 216 - color contains mainly: blue. Hex color #2254D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2254D8 is #DDAB27. Grayscale: #535353. Windows color (decimal): -14527272 or 14177314. OLE color: 14177314.
HSL color Cylindrical-coordinate representation of color #2254D8: hue angle of 223.52º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2254D8 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 84 | 216 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.15 |
| HSL | 223.52º | 0.73% | 0.49% | - |
| HSV(B) | 223.52º | 0.84% | 0.85% | - |
| XYZ | 16.22 | 11.64 | 66.36 | - |
| YUV | 84.1 | 202.44 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 84 | 216 | 0.84 | 0.61 | 0 | 0.15 | 223.52 | 0.73 | 0.49 |
| Hex | 22 | 54 | D8 | 54 | 3D | 0 | F | E0 | 49 | 31 |
| Octal | 42 | 124 | 330 | 124 | 75 | 0 | 17 | 340 | 111 | 61 |
| Binary | 100010 | 1010100 | 11011000 | 1010100 | 111101 | 0 | 1111 | 11100000 | 1001001 | 110001 |
Color Harmonies of #2254D8
Complementary color
Monochromatic Colors of #2254D8
Black with #2254D8
Text Example
Text Example
White with #2254D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2254D8; }
p { color: rgb(34,84,216); }
H1.HeaderClassName
{
color: #2254D8;
}
.AnyTagClassName
{
color: #2254D8;
}
</style>
background-color css
<style>
a { background-color: #2254D8; }
a { background-color: rgb(34,84,216); }
div.DivClassName
{
background-color: #2254D8;
}
.BgClassName
{
background-color: #2254D8;
}
</style>
border-color css
<style>
span { border-color: #2254D8; }
span { border-color: rgb(34,84,216); }
td.TdClassName
{
border-color: #2254D8;
}
.TagClassName
{
border-color: #2254D8;
}
</style>