Shades of Cerulean Blue #225DCE
Tints of Cerulean Blue #225DCE
RGB
CMYK
RGB Variations
Color information
#225DCE (or 0x225DCE) is known color: Cerulean Blue. HEX triplet: 22, 5D and CE. RGB value is (34,93,206). Sum of RGB (Red+Green+Blue) = 34+93+206=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #225DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225DCE is #DDA231. Grayscale: #575757. Windows color (decimal): -14524978 or 13524258. OLE color: 13524258.
HSL color Cylindrical-coordinate representation of color #225DCE: hue angle of 219.42º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #225DCE is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 93 | 206 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.19 |
| HSL | 219.42º | 0.72% | 0.47% | - |
| HSV(B) | 219.42º | 0.83% | 0.81% | - |
| XYZ | 15.71 | 12.63 | 60 | - |
| YUV | 88.24 | 194.45 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 206 | 0.83 | 0.55 | 0 | 0.19 | 219.42 | 0.72 | 0.47 |
| Hex | 22 | 5D | CE | 53 | 37 | 0 | 13 | DB | 48 | 2F |
| Octal | 42 | 135 | 316 | 123 | 67 | 0 | 23 | 333 | 110 | 57 |
| Binary | 100010 | 1011101 | 11001110 | 1010011 | 110111 | 0 | 10011 | 11011011 | 1001000 | 101111 |
Color Harmonies of #225DCE
Complementary color
Monochromatic Colors of #225DCE
Black with #225DCE
Text Example
Text Example
White with #225DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225DCE; }
p { color: rgb(34,93,206); }
H1.HeaderClassName
{
color: #225DCE;
}
.AnyTagClassName
{
color: #225DCE;
}
</style>
background-color css
<style>
a { background-color: #225DCE; }
a { background-color: rgb(34,93,206); }
div.DivClassName
{
background-color: #225DCE;
}
.BgClassName
{
background-color: #225DCE;
}
</style>
border-color css
<style>
span { border-color: #225DCE; }
span { border-color: rgb(34,93,206); }
td.TdClassName
{
border-color: #225DCE;
}
.TagClassName
{
border-color: #225DCE;
}
</style>