Shades of Medium Blue #090DC5
Tints of Medium Blue #090DC5
RGB
CMYK
RGB Variations
Color information
#090DC5 (or 0x090DC5) is known color: Medium Blue. HEX triplet: 09, 0D and C5. RGB value is (9,13,197). Sum of RGB (Red+Green+Blue) = 9+13+197=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 197 (77.34% from 255 or 89.95% from 219); Max value from RGB is 197 - color contains mainly: blue. Hex color #090DC5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090DC5 is #F6F23A. Grayscale: #202020. Windows color (decimal): -16183867 or 12913929. OLE color: 12913929.
HSL color Cylindrical-coordinate representation of color #090DC5: hue angle of 238.72º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090DC5 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 9 | 13 | 197 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.23 |
| HSL | 238.72º | 0.91% | 0.4% | - |
| HSV(B) | 238.72º | 0.95% | 0.77% | - |
| XYZ | 10.33 | 4.38 | 53.12 | - |
| YUV | 32.78 | 220.67 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 13 | 197 | 0.95 | 0.93 | 0 | 0.23 | 238.72 | 0.91 | 0.4 |
| Hex | 9 | D | C5 | 5F | 5D | 0 | 17 | EF | 5B | 28 |
| Octal | 11 | 15 | 305 | 137 | 135 | 0 | 27 | 357 | 133 | 50 |
| Binary | 1001 | 1101 | 11000101 | 1011111 | 1011101 | 0 | 10111 | 11101111 | 1011011 | 101000 |
Color Harmonies of #090DC5
Complementary color
Monochromatic Colors of #090DC5
Black with #090DC5
Text Example
Text Example
White with #090DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090DC5; }
p { color: rgb(9,13,197); }
H1.HeaderClassName
{
color: #090DC5;
}
.AnyTagClassName
{
color: #090DC5;
}
</style>
background-color css
<style>
a { background-color: #090DC5; }
a { background-color: rgb(9,13,197); }
div.DivClassName
{
background-color: #090DC5;
}
.BgClassName
{
background-color: #090DC5;
}
</style>
border-color css
<style>
span { border-color: #090DC5; }
span { border-color: rgb(9,13,197); }
td.TdClassName
{
border-color: #090DC5;
}
.TagClassName
{
border-color: #090DC5;
}
</style>