Shades of Blue #050BEA
Tints of Blue #050BEA
RGB
CMYK
RGB Variations
Color information
#050BEA (or 0x050BEA) is known color: Blue. HEX triplet: 05, 0B and EA. RGB value is (5,11,234). Sum of RGB (Red+Green+Blue) = 5+11+234=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 234 (91.80% from 255 or 93.6% from 250); Max value from RGB is 234 - color contains mainly: blue. Hex color #050BEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #050BEA is #FAF415. Grayscale: #212121. Windows color (decimal): -16446486 or 15338245. OLE color: 15338245.
HSL color Cylindrical-coordinate representation of color #050BEA: hue angle of 238.43º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050BEA is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 11 | 234 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.08 |
| HSL | 238.43º | 0.96% | 0.47% | - |
| HSV(B) | 238.43º | 0.98% | 0.92% | - |
| XYZ | 15.03 | 6.21 | 78.25 | - |
| YUV | 34.63 | 240.51 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 234 | 0.98 | 0.95 | 0 | 0.08 | 238.43 | 0.96 | 0.47 |
| Hex | 5 | B | EA | 62 | 5F | 0 | 8 | EE | 60 | 2F |
| Octal | 5 | 13 | 352 | 142 | 137 | 0 | 10 | 356 | 140 | 57 |
| Binary | 101 | 1011 | 11101010 | 1100010 | 1011111 | 0 | 1000 | 11101110 | 1100000 | 101111 |
Color Harmonies of #050BEA
Complementary color
Monochromatic Colors of #050BEA
Black with #050BEA
Text Example
Text Example
White with #050BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050BEA; }
p { color: rgb(5,11,234); }
H1.HeaderClassName
{
color: #050BEA;
}
.AnyTagClassName
{
color: #050BEA;
}
</style>
background-color css
<style>
a { background-color: #050BEA; }
a { background-color: rgb(5,11,234); }
div.DivClassName
{
background-color: #050BEA;
}
.BgClassName
{
background-color: #050BEA;
}
</style>
border-color css
<style>
span { border-color: #050BEA; }
span { border-color: rgb(5,11,234); }
td.TdClassName
{
border-color: #050BEA;
}
.TagClassName
{
border-color: #050BEA;
}
</style>