Shades of Blue #0507EA
Tints of Blue #0507EA
RGB
CMYK
RGB Variations
Color information
#0507EA (or 0x0507EA) is known color: Blue. HEX triplet: 05, 07 and EA. RGB value is (5,7,234). Sum of RGB (Red+Green+Blue) = 5+7+234=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 234 (91.80% from 255 or 95.12% from 246); Max value from RGB is 234 - color contains mainly: blue. Hex color #0507EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0507EA is #FAF815. Grayscale: #1F1F1F. Windows color (decimal): -16447510 or 15337221. OLE color: 15337221.
HSL color Cylindrical-coordinate representation of color #0507EA: hue angle of 239.48º 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 #0507EA is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 5 | 7 | 234 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.08 |
| HSL | 239.48º | 0.96% | 0.47% | - |
| HSV(B) | 239.48º | 0.98% | 0.92% | - |
| XYZ | 14.99 | 6.12 | 78.23 | - |
| YUV | 32.28 | 241.84 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 7 | 234 | 0.98 | 0.97 | 0 | 0.08 | 239.48 | 0.96 | 0.47 |
| Hex | 5 | 7 | EA | 62 | 61 | 0 | 8 | EF | 60 | 2F |
| Octal | 5 | 7 | 352 | 142 | 141 | 0 | 10 | 357 | 140 | 57 |
| Binary | 101 | 111 | 11101010 | 1100010 | 1100001 | 0 | 1000 | 11101111 | 1100000 | 101111 |
Color Harmonies of #0507EA
Complementary color
Monochromatic Colors of #0507EA
Black with #0507EA
Text Example
Text Example
White with #0507EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0507EA; }
p { color: rgb(5,7,234); }
H1.HeaderClassName
{
color: #0507EA;
}
.AnyTagClassName
{
color: #0507EA;
}
</style>
background-color css
<style>
a { background-color: #0507EA; }
a { background-color: rgb(5,7,234); }
div.DivClassName
{
background-color: #0507EA;
}
.BgClassName
{
background-color: #0507EA;
}
</style>
border-color css
<style>
span { border-color: #0507EA; }
span { border-color: rgb(5,7,234); }
td.TdClassName
{
border-color: #0507EA;
}
.TagClassName
{
border-color: #0507EA;
}
</style>