Shades of Cerulean Blue #225CDD
Tints of Cerulean Blue #225CDD
RGB
CMYK
RGB Variations
Color information
#225CDD (or 0x225CDD) is known color: Cerulean Blue. HEX triplet: 22, 5C and DD. RGB value is (34,92,221). Sum of RGB (Red+Green+Blue) = 34+92+221=347 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.80% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #225CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225CDD is #DDA322. Grayscale: #585858. Windows color (decimal): -14525219 or 14507042. OLE color: 14507042.
HSL color Cylindrical-coordinate representation of color #225CDD: hue angle of 221.39º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #225CDD is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 92 | 221 | - |
| CMYK | 0.85 | 0.58 | 0 | 0.13 |
| HSL | 221.39º | 0.73% | 0.5% | - |
| HSV(B) | 221.39º | 0.85% | 0.87% | - |
| XYZ | 17.54 | 13.21 | 70.03 | - |
| YUV | 89.36 | 202.28 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 221 | 0.85 | 0.58 | 0 | 0.13 | 221.39 | 0.73 | 0.5 |
| Hex | 22 | 5C | DD | 55 | 3A | 0 | D | DD | 49 | 32 |
| Octal | 42 | 134 | 335 | 125 | 72 | 0 | 15 | 335 | 111 | 62 |
| Binary | 100010 | 1011100 | 11011101 | 1010101 | 111010 | 0 | 1101 | 11011101 | 1001001 | 110010 |
Color Harmonies of #225CDD
Complementary color
Monochromatic Colors of #225CDD
Black with #225CDD
Text Example
Text Example
White with #225CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225CDD; }
p { color: rgb(34,92,221); }
H1.HeaderClassName
{
color: #225CDD;
}
.AnyTagClassName
{
color: #225CDD;
}
</style>
background-color css
<style>
a { background-color: #225CDD; }
a { background-color: rgb(34,92,221); }
div.DivClassName
{
background-color: #225CDD;
}
.BgClassName
{
background-color: #225CDD;
}
</style>
border-color css
<style>
span { border-color: #225CDD; }
span { border-color: rgb(34,92,221); }
td.TdClassName
{
border-color: #225CDD;
}
.TagClassName
{
border-color: #225CDD;
}
</style>