Shades of Cerulean Blue #225CC5
Tints of Cerulean Blue #225CC5
RGB
CMYK
RGB Variations
Color information
#225CC5 (or 0x225CC5) is known color: Cerulean Blue. HEX triplet: 22, 5C and C5. RGB value is (34,92,197). Sum of RGB (Red+Green+Blue) = 34+92+197=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 197 (77.34% from 255 or 60.99% from 323); Max value from RGB is 197 - color contains mainly: blue. Hex color #225CC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225CC5 is #DDA33A. Grayscale: #565656. Windows color (decimal): -14525243 or 12934178. OLE color: 12934178.
HSL color Cylindrical-coordinate representation of color #225CC5: hue angle of 218.65º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #225CC5 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 92 | 197 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.23 |
| HSL | 218.65º | 0.71% | 0.45% | - |
| HSV(B) | 218.65º | 0.83% | 0.77% | - |
| XYZ | 14.56 | 12.03 | 54.38 | - |
| YUV | 86.63 | 190.28 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 197 | 0.83 | 0.53 | 0 | 0.23 | 218.65 | 0.71 | 0.45 |
| Hex | 22 | 5C | C5 | 53 | 35 | 0 | 17 | DB | 47 | 2D |
| Octal | 42 | 134 | 305 | 123 | 65 | 0 | 27 | 333 | 107 | 55 |
| Binary | 100010 | 1011100 | 11000101 | 1010011 | 110101 | 0 | 10111 | 11011011 | 1000111 | 101101 |
Color Harmonies of #225CC5
Complementary color
Monochromatic Colors of #225CC5
Black with #225CC5
Text Example
Text Example
White with #225CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225CC5; }
p { color: rgb(34,92,197); }
H1.HeaderClassName
{
color: #225CC5;
}
.AnyTagClassName
{
color: #225CC5;
}
</style>
background-color css
<style>
a { background-color: #225CC5; }
a { background-color: rgb(34,92,197); }
div.DivClassName
{
background-color: #225CC5;
}
.BgClassName
{
background-color: #225CC5;
}
</style>
border-color css
<style>
span { border-color: #225CC5; }
span { border-color: rgb(34,92,197); }
td.TdClassName
{
border-color: #225CC5;
}
.TagClassName
{
border-color: #225CC5;
}
</style>