Shades of Cerulean Blue #225DD7
Tints of Cerulean Blue #225DD7
RGB
CMYK
RGB Variations
Color information
#225DD7 (or 0x225DD7) is known color: Cerulean Blue. HEX triplet: 22, 5D and D7. RGB value is (34,93,215). Sum of RGB (Red+Green+Blue) = 34+93+215=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 215 (84.38% from 255 or 62.87% from 342); Max value from RGB is 215 - color contains mainly: blue. Hex color #225DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225DD7 is #DDA228. Grayscale: #585858. Windows color (decimal): -14524969 or 14114082. OLE color: 14114082.
HSL color Cylindrical-coordinate representation of color #225DD7: hue angle of 220.44º 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 #225DD7 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 93 | 215 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.16 |
| HSL | 220.44º | 0.73% | 0.49% | - |
| HSV(B) | 220.44º | 0.84% | 0.84% | - |
| XYZ | 16.84 | 13.08 | 65.93 | - |
| YUV | 89.27 | 198.95 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 215 | 0.84 | 0.57 | 0 | 0.16 | 220.44 | 0.73 | 0.49 |
| Hex | 22 | 5D | D7 | 54 | 39 | 0 | 10 | DC | 49 | 31 |
| Octal | 42 | 135 | 327 | 124 | 71 | 0 | 20 | 334 | 111 | 61 |
| Binary | 100010 | 1011101 | 11010111 | 1010100 | 111001 | 0 | 10000 | 11011100 | 1001001 | 110001 |
Color Harmonies of #225DD7
Complementary color
Monochromatic Colors of #225DD7
Black with #225DD7
Text Example
Text Example
White with #225DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225DD7; }
p { color: rgb(34,93,215); }
H1.HeaderClassName
{
color: #225DD7;
}
.AnyTagClassName
{
color: #225DD7;
}
</style>
background-color css
<style>
a { background-color: #225DD7; }
a { background-color: rgb(34,93,215); }
div.DivClassName
{
background-color: #225DD7;
}
.BgClassName
{
background-color: #225DD7;
}
</style>
border-color css
<style>
span { border-color: #225DD7; }
span { border-color: rgb(34,93,215); }
td.TdClassName
{
border-color: #225DD7;
}
.TagClassName
{
border-color: #225DD7;
}
</style>