Shades of Medium Blue #0222CA
Tints of Medium Blue #0222CA
RGB
CMYK
RGB Variations
Color information
#0222CA (or 0x0222CA) is known color: Medium Blue. HEX triplet: 02, 22 and CA. RGB value is (2,34,202). Sum of RGB (Red+Green+Blue) = 2+34+202=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 202 (79.30% from 255 or 84.87% from 238); Max value from RGB is 202 - color contains mainly: blue. Hex color #0222CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0222CA is #FDDD35. Grayscale: #2A2A2A. Windows color (decimal): -16637238 or 13246978. OLE color: 13246978.
HSL color Cylindrical-coordinate representation of color #0222CA: hue angle of 230.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0222CA is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 34 | 202 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.21 |
| HSL | 230.4º | 0.98% | 0.4% | - |
| HSV(B) | 230.4º | 0.99% | 0.79% | - |
| XYZ | 11.26 | 5.42 | 56.33 | - |
| YUV | 43.58 | 217.4 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 202 | 0.99 | 0.83 | 0 | 0.21 | 230.4 | 0.98 | 0.4 |
| Hex | 2 | 22 | CA | 63 | 53 | 0 | 15 | E6 | 62 | 28 |
| Octal | 2 | 42 | 312 | 143 | 123 | 0 | 25 | 346 | 142 | 50 |
| Binary | 10 | 100010 | 11001010 | 1100011 | 1010011 | 0 | 10101 | 11100110 | 1100010 | 101000 |
Color Harmonies of #0222CA
Complementary color
Monochromatic Colors of #0222CA
Black with #0222CA
Text Example
Text Example
White with #0222CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0222CA; }
p { color: rgb(2,34,202); }
H1.HeaderClassName
{
color: #0222CA;
}
.AnyTagClassName
{
color: #0222CA;
}
</style>
background-color css
<style>
a { background-color: #0222CA; }
a { background-color: rgb(2,34,202); }
div.DivClassName
{
background-color: #0222CA;
}
.BgClassName
{
background-color: #0222CA;
}
</style>
border-color css
<style>
span { border-color: #0222CA; }
span { border-color: rgb(2,34,202); }
td.TdClassName
{
border-color: #0222CA;
}
.TagClassName
{
border-color: #0222CA;
}
</style>