Shades of Medium Blue #0509D3
Tints of Medium Blue #0509D3
RGB
CMYK
RGB Variations
Color information
#0509D3 (or 0x0509D3) is known color: Medium Blue. HEX triplet: 05, 09 and D3. RGB value is (5,9,211). Sum of RGB (Red+Green+Blue) = 5+9+211=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 211 (82.81% from 255 or 93.78% from 225); Max value from RGB is 211 - color contains mainly: blue. Hex color #0509D3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0509D3 is #FAF62C. Grayscale: #1E1E1E. Windows color (decimal): -16447021 or 13830405. OLE color: 13830405.
HSL color Cylindrical-coordinate representation of color #0509D3: hue angle of 238.83º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0509D3 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 9 | 211 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.17 |
| HSL | 238.83º | 0.95% | 0.42% | - |
| HSV(B) | 238.83º | 0.98% | 0.83% | - |
| XYZ | 11.92 | 4.93 | 61.95 | - |
| YUV | 30.83 | 229.67 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 9 | 211 | 0.98 | 0.96 | 0 | 0.17 | 238.83 | 0.95 | 0.42 |
| Hex | 5 | 9 | D3 | 62 | 60 | 0 | 11 | EF | 5F | 2A |
| Octal | 5 | 11 | 323 | 142 | 140 | 0 | 21 | 357 | 137 | 52 |
| Binary | 101 | 1001 | 11010011 | 1100010 | 1100000 | 0 | 10001 | 11101111 | 1011111 | 101010 |
Color Harmonies of #0509D3
Complementary color
Monochromatic Colors of #0509D3
Black with #0509D3
Text Example
Text Example
White with #0509D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0509D3; }
p { color: rgb(5,9,211); }
H1.HeaderClassName
{
color: #0509D3;
}
.AnyTagClassName
{
color: #0509D3;
}
</style>
background-color css
<style>
a { background-color: #0509D3; }
a { background-color: rgb(5,9,211); }
div.DivClassName
{
background-color: #0509D3;
}
.BgClassName
{
background-color: #0509D3;
}
</style>
border-color css
<style>
span { border-color: #0509D3; }
span { border-color: rgb(5,9,211); }
td.TdClassName
{
border-color: #0509D3;
}
.TagClassName
{
border-color: #0509D3;
}
</style>