Shades of Blue #050AF2
Tints of Blue #050AF2
RGB
CMYK
RGB Variations
Color information
#050AF2 (or 0x050AF2) is known color: Blue. HEX triplet: 05, 0A and F2. RGB value is (5,10,242). Sum of RGB (Red+Green+Blue) = 5+10+242=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 242 (94.92% from 255 or 94.16% from 257); Max value from RGB is 242 - color contains mainly: blue. Hex color #050AF2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050AF2 is #FAF50D. Grayscale: #222222. Windows color (decimal): -16446734 or 15862277. OLE color: 15862277.
HSL color Cylindrical-coordinate representation of color #050AF2: hue angle of 238.73º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050AF2 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 5 | 10 | 242 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.05 |
| HSL | 238.73º | 0.96% | 0.48% | - |
| HSV(B) | 238.73º | 0.98% | 0.95% | - |
| XYZ | 16.2 | 6.66 | 84.44 | - |
| YUV | 34.95 | 244.84 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 242 | 0.98 | 0.96 | 0 | 0.05 | 238.73 | 0.96 | 0.48 |
| Hex | 5 | A | F2 | 62 | 60 | 0 | 5 | EF | 60 | 30 |
| Octal | 5 | 12 | 362 | 142 | 140 | 0 | 5 | 357 | 140 | 60 |
| Binary | 101 | 1010 | 11110010 | 1100010 | 1100000 | 0 | 101 | 11101111 | 1100000 | 110000 |
Color Harmonies of #050AF2
Complementary color
Monochromatic Colors of #050AF2
Black with #050AF2
Text Example
Text Example
White with #050AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050AF2; }
p { color: rgb(5,10,242); }
H1.HeaderClassName
{
color: #050AF2;
}
.AnyTagClassName
{
color: #050AF2;
}
</style>
background-color css
<style>
a { background-color: #050AF2; }
a { background-color: rgb(5,10,242); }
div.DivClassName
{
background-color: #050AF2;
}
.BgClassName
{
background-color: #050AF2;
}
</style>
border-color css
<style>
span { border-color: #050AF2; }
span { border-color: rgb(5,10,242); }
td.TdClassName
{
border-color: #050AF2;
}
.TagClassName
{
border-color: #050AF2;
}
</style>