Shades of Blue #0219F8
Tints of Blue #0219F8
RGB
CMYK
RGB Variations
Color information
#0219F8 (or 0x0219F8) is known color: Blue. HEX triplet: 02, 19 and F8. RGB value is (2,25,248). Sum of RGB (Red+Green+Blue) = 2+25+248=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 248 (97.27% from 255 or 90.18% from 275); Max value from RGB is 248 - color contains mainly: blue. Hex color #0219F8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0219F8 is #FDE607. Grayscale: #2A2A2A. Windows color (decimal): -16639496 or 16259330. OLE color: 16259330.
HSL color Cylindrical-coordinate representation of color #0219F8: hue angle of 234.39º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0219F8 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 2 | 25 | 248 | - |
| CMYK | 0.99 | 0.90 | 0 | 0.03 |
| HSL | 234.39º | 0.98% | 0.49% | - |
| HSV(B) | 234.39º | 0.99% | 0.97% | - |
| XYZ | 17.32 | 7.49 | 89.34 | - |
| YUV | 43.55 | 243.38 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 25 | 248 | 0.99 | 0.90 | 0 | 0.03 | 234.39 | 0.98 | 0.49 |
| Hex | 2 | 19 | F8 | 63 | 5A | 0 | 3 | EA | 62 | 31 |
| Octal | 2 | 31 | 370 | 143 | 132 | 0 | 3 | 352 | 142 | 61 |
| Binary | 10 | 11001 | 11111000 | 1100011 | 1011010 | 0 | 11 | 11101010 | 1100010 | 110001 |
Color Harmonies of #0219F8
Complementary color
Monochromatic Colors of #0219F8
Black with #0219F8
Text Example
Text Example
White with #0219F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0219F8; }
p { color: rgb(2,25,248); }
H1.HeaderClassName
{
color: #0219F8;
}
.AnyTagClassName
{
color: #0219F8;
}
</style>
background-color css
<style>
a { background-color: #0219F8; }
a { background-color: rgb(2,25,248); }
div.DivClassName
{
background-color: #0219F8;
}
.BgClassName
{
background-color: #0219F8;
}
</style>
border-color css
<style>
span { border-color: #0219F8; }
span { border-color: rgb(2,25,248); }
td.TdClassName
{
border-color: #0219F8;
}
.TagClassName
{
border-color: #0219F8;
}
</style>