Shades of Cerulean Blue #225DCA
Tints of Cerulean Blue #225DCA
RGB
CMYK
RGB Variations
Color information
#225DCA (or 0x225DCA) is known color: Cerulean Blue. HEX triplet: 22, 5D and CA. RGB value is (34,93,202). Sum of RGB (Red+Green+Blue) = 34+93+202=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #225DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225DCA is #DDA235. Grayscale: #575757. Windows color (decimal): -14524982 or 13262114. OLE color: 13262114.
HSL color Cylindrical-coordinate representation of color #225DCA: hue angle of 218.93º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #225DCA is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 93 | 202 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.21 |
| HSL | 218.93º | 0.71% | 0.46% | - |
| HSV(B) | 218.93º | 0.83% | 0.79% | - |
| XYZ | 15.23 | 12.43 | 57.47 | - |
| YUV | 87.79 | 192.45 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 202 | 0.83 | 0.54 | 0 | 0.21 | 218.93 | 0.71 | 0.46 |
| Hex | 22 | 5D | CA | 53 | 36 | 0 | 15 | DB | 47 | 2E |
| Octal | 42 | 135 | 312 | 123 | 66 | 0 | 25 | 333 | 107 | 56 |
| Binary | 100010 | 1011101 | 11001010 | 1010011 | 110110 | 0 | 10101 | 11011011 | 1000111 | 101110 |
Color Harmonies of #225DCA
Complementary color
Monochromatic Colors of #225DCA
Black with #225DCA
Text Example
Text Example
White with #225DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225DCA; }
p { color: rgb(34,93,202); }
H1.HeaderClassName
{
color: #225DCA;
}
.AnyTagClassName
{
color: #225DCA;
}
</style>
background-color css
<style>
a { background-color: #225DCA; }
a { background-color: rgb(34,93,202); }
div.DivClassName
{
background-color: #225DCA;
}
.BgClassName
{
background-color: #225DCA;
}
</style>
border-color css
<style>
span { border-color: #225DCA; }
span { border-color: rgb(34,93,202); }
td.TdClassName
{
border-color: #225DCA;
}
.TagClassName
{
border-color: #225DCA;
}
</style>