Shades of Blue #0914EB
Tints of Blue #0914EB
RGB
CMYK
RGB Variations
Color information
#0914EB (or 0x0914EB) is known color: Blue. HEX triplet: 09, 14 and EB. RGB value is (9,20,235). Sum of RGB (Red+Green+Blue) = 9+20+235=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 235 (92.19% from 255 or 89.02% from 264); Max value from RGB is 235 - color contains mainly: blue. Hex color #0914EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0914EB is #F6EB14. Grayscale: #282828. Windows color (decimal): -16182037 or 15406089. OLE color: 15406089.
HSL color Cylindrical-coordinate representation of color #0914EB: hue angle of 237.08º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0914EB is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 20 | 235 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.08 |
| HSL | 237.08º | 0.93% | 0.48% | - |
| HSV(B) | 237.08º | 0.96% | 0.92% | - |
| XYZ | 15.36 | 6.56 | 79.05 | - |
| YUV | 41.22 | 237.36 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 235 | 0.96 | 0.91 | 0 | 0.08 | 237.08 | 0.93 | 0.48 |
| Hex | 9 | 14 | EB | 60 | 5B | 0 | 8 | ED | 5D | 30 |
| Octal | 11 | 24 | 353 | 140 | 133 | 0 | 10 | 355 | 135 | 60 |
| Binary | 1001 | 10100 | 11101011 | 1100000 | 1011011 | 0 | 1000 | 11101101 | 1011101 | 110000 |
Color Harmonies of #0914EB
Complementary color
Monochromatic Colors of #0914EB
Black with #0914EB
Text Example
Text Example
White with #0914EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0914EB; }
p { color: rgb(9,20,235); }
H1.HeaderClassName
{
color: #0914EB;
}
.AnyTagClassName
{
color: #0914EB;
}
</style>
background-color css
<style>
a { background-color: #0914EB; }
a { background-color: rgb(9,20,235); }
div.DivClassName
{
background-color: #0914EB;
}
.BgClassName
{
background-color: #0914EB;
}
</style>
border-color css
<style>
span { border-color: #0914EB; }
span { border-color: rgb(9,20,235); }
td.TdClassName
{
border-color: #0914EB;
}
.TagClassName
{
border-color: #0914EB;
}
</style>