Shades of Medium Blue #0422CF
Tints of Medium Blue #0422CF
RGB
CMYK
RGB Variations
Color information
#0422CF (or 0x0422CF) is known color: Medium Blue. HEX triplet: 04, 22 and CF. RGB value is (4,34,207). Sum of RGB (Red+Green+Blue) = 4+34+207=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 207 (81.25% from 255 or 84.49% from 245); Max value from RGB is 207 - color contains mainly: blue. Hex color #0422CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0422CF is #FBDD30. Grayscale: #2C2C2C. Windows color (decimal): -16506161 or 13574660. OLE color: 13574660.
HSL color Cylindrical-coordinate representation of color #0422CF: hue angle of 231.13º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0422CF is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 34 | 207 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.19 |
| HSL | 231.13º | 0.96% | 0.41% | - |
| HSV(B) | 231.13º | 0.98% | 0.81% | - |
| XYZ | 11.88 | 5.67 | 59.5 | - |
| YUV | 44.75 | 219.56 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 207 | 0.98 | 0.84 | 0 | 0.19 | 231.13 | 0.96 | 0.41 |
| Hex | 4 | 22 | CF | 62 | 54 | 0 | 13 | E7 | 60 | 29 |
| Octal | 4 | 42 | 317 | 142 | 124 | 0 | 23 | 347 | 140 | 51 |
| Binary | 100 | 100010 | 11001111 | 1100010 | 1010100 | 0 | 10011 | 11100111 | 1100000 | 101001 |
Color Harmonies of #0422CF
Complementary color
Monochromatic Colors of #0422CF
Black with #0422CF
Text Example
Text Example
White with #0422CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0422CF; }
p { color: rgb(4,34,207); }
H1.HeaderClassName
{
color: #0422CF;
}
.AnyTagClassName
{
color: #0422CF;
}
</style>
background-color css
<style>
a { background-color: #0422CF; }
a { background-color: rgb(4,34,207); }
div.DivClassName
{
background-color: #0422CF;
}
.BgClassName
{
background-color: #0422CF;
}
</style>
border-color css
<style>
span { border-color: #0422CF; }
span { border-color: rgb(4,34,207); }
td.TdClassName
{
border-color: #0422CF;
}
.TagClassName
{
border-color: #0422CF;
}
</style>