Shades of Medium Blue #0219CF
Tints of Medium Blue #0219CF
RGB
CMYK
RGB Variations
Color information
#0219CF (or 0x0219CF) is known color: Medium Blue. HEX triplet: 02, 19 and CF. RGB value is (2,25,207). Sum of RGB (Red+Green+Blue) = 2+25+207=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 207 (81.25% from 255 or 88.46% from 234); Max value from RGB is 207 - color contains mainly: blue. Hex color #0219CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0219CF is #FDE630. Grayscale: #262626. Windows color (decimal): -16639537 or 13572354. OLE color: 13572354.
HSL color Cylindrical-coordinate representation of color #0219CF: hue angle of 233.27º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0219CF is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 25 | 207 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.19 |
| HSL | 233.27º | 0.98% | 0.41% | - |
| HSV(B) | 233.27º | 0.99% | 0.81% | - |
| XYZ | 11.64 | 5.21 | 59.42 | - |
| YUV | 38.87 | 222.88 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 207 | 0.99 | 0.88 | 0 | 0.19 | 233.27 | 0.98 | 0.41 |
| Hex | 2 | 19 | CF | 63 | 58 | 0 | 13 | E9 | 62 | 29 |
| Octal | 2 | 31 | 317 | 143 | 130 | 0 | 23 | 351 | 142 | 51 |
| Binary | 10 | 11001 | 11001111 | 1100011 | 1011000 | 0 | 10011 | 11101001 | 1100010 | 101001 |
Color Harmonies of #0219CF
Complementary color
Monochromatic Colors of #0219CF
Black with #0219CF
Text Example
Text Example
White with #0219CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0219CF; }
p { color: rgb(2,25,207); }
H1.HeaderClassName
{
color: #0219CF;
}
.AnyTagClassName
{
color: #0219CF;
}
</style>
background-color css
<style>
a { background-color: #0219CF; }
a { background-color: rgb(2,25,207); }
div.DivClassName
{
background-color: #0219CF;
}
.BgClassName
{
background-color: #0219CF;
}
</style>
border-color css
<style>
span { border-color: #0219CF; }
span { border-color: rgb(2,25,207); }
td.TdClassName
{
border-color: #0219CF;
}
.TagClassName
{
border-color: #0219CF;
}
</style>