Shades of Medium Blue #0022CF
Tints of Medium Blue #0022CF
RGB
CMYK
RGB Variations
Color information
#0022CF (or 0x0022CF) is known color: Medium Blue. HEX triplet: 00, 22 and CF. RGB value is (0,34,207). Sum of RGB (Red+Green+Blue) = 0+34+207=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 207 (81.25% from 255 or 85.89% from 241); Max value from RGB is 207 - color contains mainly: blue. Hex color #0022CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0022CF is #FFDD30. Grayscale: #2A2A2A. Windows color (decimal): -16768305 or 13574656. OLE color: 13574656.
HSL color Cylindrical-coordinate representation of color #0022CF: hue angle of 230.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0022CF is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 34 | 207 | - |
| CMYK | 1 | 0.84 | 0 | 0.19 |
| HSL | 230.14º | 1% | 0.41% | - |
| HSV(B) | 230.14º | 1% | 0.81% | - |
| XYZ | 11.83 | 5.65 | 59.5 | - |
| YUV | 43.56 | 220.24 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 207 | 1 | 0.84 | 0 | 0.19 | 230.14 | 1 | 0.41 |
| Hex | 0 | 22 | CF | 64 | 54 | 0 | 13 | E6 | 64 | 29 |
| Octal | 0 | 42 | 317 | 144 | 124 | 0 | 23 | 346 | 144 | 51 |
| Binary | 0 | 100010 | 11001111 | 1100100 | 1010100 | 0 | 10011 | 11100110 | 1100100 | 101001 |
Color Harmonies of #0022CF
Complementary color
Monochromatic Colors of #0022CF
Black with #0022CF
Text Example
Text Example
White with #0022CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0022CF; }
p { color: rgb(0,34,207); }
H1.HeaderClassName
{
color: #0022CF;
}
.AnyTagClassName
{
color: #0022CF;
}
</style>
background-color css
<style>
a { background-color: #0022CF; }
a { background-color: rgb(0,34,207); }
div.DivClassName
{
background-color: #0022CF;
}
.BgClassName
{
background-color: #0022CF;
}
</style>
border-color css
<style>
span { border-color: #0022CF; }
span { border-color: rgb(0,34,207); }
td.TdClassName
{
border-color: #0022CF;
}
.TagClassName
{
border-color: #0022CF;
}
</style>