Shades of Blue #0219EF
Tints of Blue #0219EF
RGB
CMYK
RGB Variations
Color information
#0219EF (or 0x0219EF) is known color: Blue. HEX triplet: 02, 19 and EF. RGB value is (2,25,239). Sum of RGB (Red+Green+Blue) = 2+25+239=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 239 (93.75% from 255 or 89.85% from 266); Max value from RGB is 239 - color contains mainly: blue. Hex color #0219EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0219EF is #FDE610. Grayscale: #292929. Windows color (decimal): -16639505 or 15669506. OLE color: 15669506.
HSL color Cylindrical-coordinate representation of color #0219EF: hue angle of 234.18º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0219EF is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 25 | 239 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.06 |
| HSL | 234.18º | 0.98% | 0.47% | - |
| HSV(B) | 234.18º | 0.99% | 0.94% | - |
| XYZ | 15.95 | 6.94 | 82.16 | - |
| YUV | 42.52 | 238.88 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 239 | 0.99 | 0.90 | 0 | 0.06 | 234.18 | 0.98 | 0.47 |
| Hex | 2 | 19 | EF | 63 | 5A | 0 | 6 | EA | 62 | 2F |
| Octal | 2 | 31 | 357 | 143 | 132 | 0 | 6 | 352 | 142 | 57 |
| Binary | 10 | 11001 | 11101111 | 1100011 | 1011010 | 0 | 110 | 11101010 | 1100010 | 101111 |
Color Harmonies of #0219EF
Complementary color
Monochromatic Colors of #0219EF
Black with #0219EF
Text Example
Text Example
White with #0219EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0219EF; }
p { color: rgb(2,25,239); }
H1.HeaderClassName
{
color: #0219EF;
}
.AnyTagClassName
{
color: #0219EF;
}
</style>
background-color css
<style>
a { background-color: #0219EF; }
a { background-color: rgb(2,25,239); }
div.DivClassName
{
background-color: #0219EF;
}
.BgClassName
{
background-color: #0219EF;
}
</style>
border-color css
<style>
span { border-color: #0219EF; }
span { border-color: rgb(2,25,239); }
td.TdClassName
{
border-color: #0219EF;
}
.TagClassName
{
border-color: #0219EF;
}
</style>