Shades of Dodger Blue #0A91EB
Tints of Dodger Blue #0A91EB
RGB
CMYK
RGB Variations
Color information
#0A91EB (or 0x0A91EB) is known color: Dodger Blue. HEX triplet: 0A, 91 and EB. RGB value is (10,145,235). Sum of RGB (Red+Green+Blue) = 10+145+235=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #0A91EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A91EB is #F56E14. Grayscale: #727272. Windows color (decimal): -16084501 or 15438090. OLE color: 15438090.
HSL color Cylindrical-coordinate representation of color #0A91EB: hue angle of 204º degrees, saturation: 0.92, 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 #0A91EB is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 145 | 235 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.08 |
| HSL | 204º | 0.92% | 0.48% | - |
| HSV(B) | 204º | 0.96% | 0.92% | - |
| XYZ | 25.25 | 26.31 | 82.35 | - |
| YUV | 114.9 | 195.77 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 145 | 235 | 0.96 | 0.38 | 0 | 0.08 | 204 | 0.92 | 0.48 |
| Hex | A | 91 | EB | 60 | 26 | 0 | 8 | CC | 5C | 30 |
| Octal | 12 | 221 | 353 | 140 | 46 | 0 | 10 | 314 | 134 | 60 |
| Binary | 1010 | 10010001 | 11101011 | 1100000 | 100110 | 0 | 1000 | 11001100 | 1011100 | 110000 |
Color Harmonies of #0A91EB
Complementary color
Monochromatic Colors of #0A91EB
Black with #0A91EB
Text Example
Text Example
White with #0A91EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A91EB; }
p { color: rgb(10,145,235); }
H1.HeaderClassName
{
color: #0A91EB;
}
.AnyTagClassName
{
color: #0A91EB;
}
</style>
background-color css
<style>
a { background-color: #0A91EB; }
a { background-color: rgb(10,145,235); }
div.DivClassName
{
background-color: #0A91EB;
}
.BgClassName
{
background-color: #0A91EB;
}
</style>
border-color css
<style>
span { border-color: #0A91EB; }
span { border-color: rgb(10,145,235); }
td.TdClassName
{
border-color: #0A91EB;
}
.TagClassName
{
border-color: #0A91EB;
}
</style>