Shades of Cerulean Blue #225CCA
Tints of Cerulean Blue #225CCA
RGB
CMYK
RGB Variations
Color information
#225CCA (or 0x225CCA) is known color: Cerulean Blue. HEX triplet: 22, 5C and CA. RGB value is (34,92,202). Sum of RGB (Red+Green+Blue) = 34+92+202=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #225CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225CCA is #DDA335. Grayscale: #565656. Windows color (decimal): -14525238 or 13261858. OLE color: 13261858.
HSL color Cylindrical-coordinate representation of color #225CCA: hue angle of 219.29º 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 #225CCA is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 92 | 202 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.21 |
| HSL | 219.29º | 0.71% | 0.46% | - |
| HSV(B) | 219.29º | 0.83% | 0.79% | - |
| XYZ | 15.15 | 12.26 | 57.44 | - |
| YUV | 87.2 | 192.78 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 202 | 0.83 | 0.54 | 0 | 0.21 | 219.29 | 0.71 | 0.46 |
| Hex | 22 | 5C | CA | 53 | 36 | 0 | 15 | DB | 47 | 2E |
| Octal | 42 | 134 | 312 | 123 | 66 | 0 | 25 | 333 | 107 | 56 |
| Binary | 100010 | 1011100 | 11001010 | 1010011 | 110110 | 0 | 10101 | 11011011 | 1000111 | 101110 |
Color Harmonies of #225CCA
Complementary color
Monochromatic Colors of #225CCA
Black with #225CCA
Text Example
Text Example
White with #225CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225CCA; }
p { color: rgb(34,92,202); }
H1.HeaderClassName
{
color: #225CCA;
}
.AnyTagClassName
{
color: #225CCA;
}
</style>
background-color css
<style>
a { background-color: #225CCA; }
a { background-color: rgb(34,92,202); }
div.DivClassName
{
background-color: #225CCA;
}
.BgClassName
{
background-color: #225CCA;
}
</style>
border-color css
<style>
span { border-color: #225CCA; }
span { border-color: rgb(34,92,202); }
td.TdClassName
{
border-color: #225CCA;
}
.TagClassName
{
border-color: #225CCA;
}
</style>