Shades of Medium Blue #091EDF
Tints of Medium Blue #091EDF
RGB
CMYK
RGB Variations
Color information
#091EDF (or 0x091EDF) is known color: Medium Blue. HEX triplet: 09, 1E and DF. RGB value is (9,30,223). Sum of RGB (Red+Green+Blue) = 9+30+223=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 223 (87.5% from 255 or 85.11% from 262); Max value from RGB is 223 - color contains mainly: blue. Hex color #091EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091EDF is #F6E120. Grayscale: #2C2C2C. Windows color (decimal): -16179489 or 14622217. OLE color: 14622217.
HSL color Cylindrical-coordinate representation of color #091EDF: hue angle of 234.11º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #091EDF is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 30 | 223 | - |
| CMYK | 0.96 | 0.87 | 0 | 0.13 |
| HSL | 234.11º | 0.92% | 0.45% | - |
| HSV(B) | 234.11º | 0.96% | 0.87% | - |
| XYZ | 13.9 | 6.31 | 70.3 | - |
| YUV | 45.72 | 228.04 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 223 | 0.96 | 0.87 | 0 | 0.13 | 234.11 | 0.92 | 0.45 |
| Hex | 9 | 1E | DF | 60 | 57 | 0 | D | EA | 5C | 2D |
| Octal | 11 | 36 | 337 | 140 | 127 | 0 | 15 | 352 | 134 | 55 |
| Binary | 1001 | 11110 | 11011111 | 1100000 | 1010111 | 0 | 1101 | 11101010 | 1011100 | 101101 |
Color Harmonies of #091EDF
Complementary color
Monochromatic Colors of #091EDF
Black with #091EDF
Text Example
Text Example
White with #091EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091EDF; }
p { color: rgb(9,30,223); }
H1.HeaderClassName
{
color: #091EDF;
}
.AnyTagClassName
{
color: #091EDF;
}
</style>
background-color css
<style>
a { background-color: #091EDF; }
a { background-color: rgb(9,30,223); }
div.DivClassName
{
background-color: #091EDF;
}
.BgClassName
{
background-color: #091EDF;
}
</style>
border-color css
<style>
span { border-color: #091EDF; }
span { border-color: rgb(9,30,223); }
td.TdClassName
{
border-color: #091EDF;
}
.TagClassName
{
border-color: #091EDF;
}
</style>