Shades of Cerulean Blue #225BCB
Tints of Cerulean Blue #225BCB
RGB
CMYK
RGB Variations
Color information
#225BCB (or 0x225BCB) is known color: Cerulean Blue. HEX triplet: 22, 5B and CB. RGB value is (34,91,203). Sum of RGB (Red+Green+Blue) = 34+91+203=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #225BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225BCB is #DDA434. Grayscale: #565656. Windows color (decimal): -14525493 or 13327138. OLE color: 13327138.
HSL color Cylindrical-coordinate representation of color #225BCB: hue angle of 219.76º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #225BCB is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 91 | 203 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.20 |
| HSL | 219.76º | 0.71% | 0.46% | - |
| HSV(B) | 219.76º | 0.83% | 0.8% | - |
| XYZ | 15.18 | 12.13 | 58.04 | - |
| YUV | 86.73 | 193.62 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 203 | 0.83 | 0.55 | 0 | 0.20 | 219.76 | 0.71 | 0.46 |
| Hex | 22 | 5B | CB | 53 | 37 | 0 | 14 | DC | 47 | 2E |
| Octal | 42 | 133 | 313 | 123 | 67 | 0 | 24 | 334 | 107 | 56 |
| Binary | 100010 | 1011011 | 11001011 | 1010011 | 110111 | 0 | 10100 | 11011100 | 1000111 | 101110 |
Color Harmonies of #225BCB
Complementary color
Monochromatic Colors of #225BCB
Black with #225BCB
Text Example
Text Example
White with #225BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225BCB; }
p { color: rgb(34,91,203); }
H1.HeaderClassName
{
color: #225BCB;
}
.AnyTagClassName
{
color: #225BCB;
}
</style>
background-color css
<style>
a { background-color: #225BCB; }
a { background-color: rgb(34,91,203); }
div.DivClassName
{
background-color: #225BCB;
}
.BgClassName
{
background-color: #225BCB;
}
</style>
border-color css
<style>
span { border-color: #225BCB; }
span { border-color: rgb(34,91,203); }
td.TdClassName
{
border-color: #225BCB;
}
.TagClassName
{
border-color: #225BCB;
}
</style>