Shades of Dodger Blue #0A9BE7
Tints of Dodger Blue #0A9BE7
RGB
CMYK
RGB Variations
Color information
#0A9BE7 (or 0x0A9BE7) is known color: Dodger Blue. HEX triplet: 0A, 9B and E7. RGB value is (10,155,231). Sum of RGB (Red+Green+Blue) = 10+155+231=396 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.53% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 231 (90.62% from 255 or 58.33% from 396); Max value from RGB is 231 - color contains mainly: blue. Hex color #0A9BE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A9BE7 is #F56418. Grayscale: #777777. Windows color (decimal): -16081945 or 15178506. OLE color: 15178506.
HSL color Cylindrical-coordinate representation of color #0A9BE7: hue angle of 200.63º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A9BE7 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 10 | 155 | 231 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.09 |
| HSL | 200.63º | 0.92% | 0.47% | - |
| HSV(B) | 200.63º | 0.96% | 0.91% | - |
| XYZ | 26.27 | 29.28 | 79.87 | - |
| YUV | 120.31 | 190.46 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 155 | 231 | 0.96 | 0.33 | 0 | 0.09 | 200.63 | 0.92 | 0.47 |
| Hex | A | 9B | E7 | 60 | 21 | 0 | 9 | C9 | 5C | 2F |
| Octal | 12 | 233 | 347 | 140 | 41 | 0 | 11 | 311 | 134 | 57 |
| Binary | 1010 | 10011011 | 11100111 | 1100000 | 100001 | 0 | 1001 | 11001001 | 1011100 | 101111 |
Color Harmonies of #0A9BE7
Complementary color
Monochromatic Colors of #0A9BE7
Black with #0A9BE7
Text Example
Text Example
White with #0A9BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9BE7; }
p { color: rgb(10,155,231); }
H1.HeaderClassName
{
color: #0A9BE7;
}
.AnyTagClassName
{
color: #0A9BE7;
}
</style>
background-color css
<style>
a { background-color: #0A9BE7; }
a { background-color: rgb(10,155,231); }
div.DivClassName
{
background-color: #0A9BE7;
}
.BgClassName
{
background-color: #0A9BE7;
}
</style>
border-color css
<style>
span { border-color: #0A9BE7; }
span { border-color: rgb(10,155,231); }
td.TdClassName
{
border-color: #0A9BE7;
}
.TagClassName
{
border-color: #0A9BE7;
}
</style>