Shades of Medium Blue #0914E3
Tints of Medium Blue #0914E3
RGB
CMYK
RGB Variations
Color information
#0914E3 (or 0x0914E3) is known color: Medium Blue. HEX triplet: 09, 14 and E3. RGB value is (9,20,227). Sum of RGB (Red+Green+Blue) = 9+20+227=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 227 (89.06% from 255 or 88.67% from 256); Max value from RGB is 227 - color contains mainly: blue. Hex color #0914E3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0914E3 is #F6EB1C. Grayscale: #272727. Windows color (decimal): -16182045 or 14881801. OLE color: 14881801.
HSL color Cylindrical-coordinate representation of color #0914E3: hue angle of 236.97º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0914E3 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 9 | 20 | 227 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.11 |
| HSL | 236.97º | 0.92% | 0.46% | - |
| HSV(B) | 236.97º | 0.96% | 0.89% | - |
| XYZ | 14.23 | 6.1 | 73.1 | - |
| YUV | 40.31 | 233.36 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 227 | 0.96 | 0.91 | 0 | 0.11 | 236.97 | 0.92 | 0.46 |
| Hex | 9 | 14 | E3 | 60 | 5B | 0 | B | ED | 5C | 2E |
| Octal | 11 | 24 | 343 | 140 | 133 | 0 | 13 | 355 | 134 | 56 |
| Binary | 1001 | 10100 | 11100011 | 1100000 | 1011011 | 0 | 1011 | 11101101 | 1011100 | 101110 |
Color Harmonies of #0914E3
Complementary color
Monochromatic Colors of #0914E3
Black with #0914E3
Text Example
Text Example
White with #0914E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0914E3; }
p { color: rgb(9,20,227); }
H1.HeaderClassName
{
color: #0914E3;
}
.AnyTagClassName
{
color: #0914E3;
}
</style>
background-color css
<style>
a { background-color: #0914E3; }
a { background-color: rgb(9,20,227); }
div.DivClassName
{
background-color: #0914E3;
}
.BgClassName
{
background-color: #0914E3;
}
</style>
border-color css
<style>
span { border-color: #0914E3; }
span { border-color: rgb(9,20,227); }
td.TdClassName
{
border-color: #0914E3;
}
.TagClassName
{
border-color: #0914E3;
}
</style>