Shades of Dodger Blue #0A83EA
Tints of Dodger Blue #0A83EA
RGB
CMYK
RGB Variations
Color information
#0A83EA (or 0x0A83EA) is known color: Dodger Blue. HEX triplet: 0A, 83 and EA. RGB value is (10,131,234). Sum of RGB (Red+Green+Blue) = 10+131+234=375 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #0A83EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A83EA is #F57C15. Grayscale: #6A6A6A. Windows color (decimal): -16088086 or 15368970. OLE color: 15368970.
HSL color Cylindrical-coordinate representation of color #0A83EA: hue angle of 207.59º 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 #0A83EA is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 131 | 234 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.08 |
| HSL | 207.59º | 0.92% | 0.48% | - |
| HSV(B) | 207.59º | 0.96% | 0.92% | - |
| XYZ | 23.09 | 22.24 | 80.92 | - |
| YUV | 106.56 | 199.91 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 234 | 0.96 | 0.44 | 0 | 0.08 | 207.59 | 0.92 | 0.48 |
| Hex | A | 83 | EA | 60 | 2C | 0 | 8 | D0 | 5C | 30 |
| Octal | 12 | 203 | 352 | 140 | 54 | 0 | 10 | 320 | 134 | 60 |
| Binary | 1010 | 10000011 | 11101010 | 1100000 | 101100 | 0 | 1000 | 11010000 | 1011100 | 110000 |
Color Harmonies of #0A83EA
Complementary color
Monochromatic Colors of #0A83EA
Black with #0A83EA
Text Example
Text Example
White with #0A83EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A83EA; }
p { color: rgb(10,131,234); }
H1.HeaderClassName
{
color: #0A83EA;
}
.AnyTagClassName
{
color: #0A83EA;
}
</style>
background-color css
<style>
a { background-color: #0A83EA; }
a { background-color: rgb(10,131,234); }
div.DivClassName
{
background-color: #0A83EA;
}
.BgClassName
{
background-color: #0A83EA;
}
</style>
border-color css
<style>
span { border-color: #0A83EA; }
span { border-color: rgb(10,131,234); }
td.TdClassName
{
border-color: #0A83EA;
}
.TagClassName
{
border-color: #0A83EA;
}
</style>