Shades of Medium Blue #0509E0
Tints of Medium Blue #0509E0
RGB
CMYK
RGB Variations
Color information
#0509E0 (or 0x0509E0) is known color: Medium Blue. HEX triplet: 05, 09 and E0. RGB value is (5,9,224). Sum of RGB (Red+Green+Blue) = 5+9+224=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 224 (87.89% from 255 or 94.12% from 238); Max value from RGB is 224 - color contains mainly: blue. Hex color #0509E0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0509E0 is #FAF61F. Grayscale: #1F1F1F. Windows color (decimal): -16447008 or 14682373. OLE color: 14682373.
HSL color Cylindrical-coordinate representation of color #0509E0: hue angle of 238.9º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0509E0 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 5 | 9 | 224 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.12 |
| HSL | 238.9º | 0.96% | 0.45% | - |
| HSV(B) | 238.9º | 0.98% | 0.88% | - |
| XYZ | 13.61 | 5.61 | 70.89 | - |
| YUV | 32.31 | 236.17 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 9 | 224 | 0.98 | 0.96 | 0 | 0.12 | 238.9 | 0.96 | 0.45 |
| Hex | 5 | 9 | E0 | 62 | 60 | 0 | C | EF | 60 | 2D |
| Octal | 5 | 11 | 340 | 142 | 140 | 0 | 14 | 357 | 140 | 55 |
| Binary | 101 | 1001 | 11100000 | 1100010 | 1100000 | 0 | 1100 | 11101111 | 1100000 | 101101 |
Color Harmonies of #0509E0
Complementary color
Monochromatic Colors of #0509E0
Black with #0509E0
Text Example
Text Example
White with #0509E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0509E0; }
p { color: rgb(5,9,224); }
H1.HeaderClassName
{
color: #0509E0;
}
.AnyTagClassName
{
color: #0509E0;
}
</style>
background-color css
<style>
a { background-color: #0509E0; }
a { background-color: rgb(5,9,224); }
div.DivClassName
{
background-color: #0509E0;
}
.BgClassName
{
background-color: #0509E0;
}
</style>
border-color css
<style>
span { border-color: #0509E0; }
span { border-color: rgb(5,9,224); }
td.TdClassName
{
border-color: #0509E0;
}
.TagClassName
{
border-color: #0509E0;
}
</style>