Shades of Cerulean Blue #2254D6
Tints of Cerulean Blue #2254D6
RGB
CMYK
RGB Variations
Color information
#2254D6 (or 0x2254D6) is known color: Cerulean Blue. HEX triplet: 22, 54 and D6. RGB value is (34,84,214). Sum of RGB (Red+Green+Blue) = 34+84+214=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 214 (83.98% from 255 or 64.46% from 332); Max value from RGB is 214 - color contains mainly: blue. Hex color #2254D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2254D6 is #DDAB29. Grayscale: #535353. Windows color (decimal): -14527274 or 14046242. OLE color: 14046242.
HSL color Cylindrical-coordinate representation of color #2254D6: hue angle of 223.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2254D6 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 84 | 214 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.16 |
| HSL | 223.33º | 0.73% | 0.49% | - |
| HSV(B) | 223.33º | 0.84% | 0.84% | - |
| XYZ | 15.97 | 11.54 | 65 | - |
| YUV | 83.87 | 201.44 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 84 | 214 | 0.84 | 0.61 | 0 | 0.16 | 223.33 | 0.73 | 0.49 |
| Hex | 22 | 54 | D6 | 54 | 3D | 0 | 10 | DF | 49 | 31 |
| Octal | 42 | 124 | 326 | 124 | 75 | 0 | 20 | 337 | 111 | 61 |
| Binary | 100010 | 1010100 | 11010110 | 1010100 | 111101 | 0 | 10000 | 11011111 | 1001001 | 110001 |
Color Harmonies of #2254D6
Complementary color
Monochromatic Colors of #2254D6
Black with #2254D6
Text Example
Text Example
White with #2254D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2254D6; }
p { color: rgb(34,84,214); }
H1.HeaderClassName
{
color: #2254D6;
}
.AnyTagClassName
{
color: #2254D6;
}
</style>
background-color css
<style>
a { background-color: #2254D6; }
a { background-color: rgb(34,84,214); }
div.DivClassName
{
background-color: #2254D6;
}
.BgClassName
{
background-color: #2254D6;
}
</style>
border-color css
<style>
span { border-color: #2254D6; }
span { border-color: rgb(34,84,214); }
td.TdClassName
{
border-color: #2254D6;
}
.TagClassName
{
border-color: #2254D6;
}
</style>