Shades of Dodger Blue #0A81EF
Tints of Dodger Blue #0A81EF
RGB
CMYK
RGB Variations
Color information
#0A81EF (or 0x0A81EF) is known color: Dodger Blue. HEX triplet: 0A, 81 and EF. RGB value is (10,129,239). Sum of RGB (Red+Green+Blue) = 10+129+239=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #0A81EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A81EF is #F57E10. Grayscale: #696969. Windows color (decimal): -16088593 or 15696138. OLE color: 15696138.
HSL color Cylindrical-coordinate representation of color #0A81EF: hue angle of 208.82º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A81EF is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 129 | 239 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.06 |
| HSL | 208.82º | 0.92% | 0.49% | - |
| HSV(B) | 208.82º | 0.96% | 0.94% | - |
| XYZ | 23.56 | 22 | 84.67 | - |
| YUV | 105.96 | 203.08 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 239 | 0.96 | 0.46 | 0 | 0.06 | 208.82 | 0.92 | 0.49 |
| Hex | A | 81 | EF | 60 | 2E | 0 | 6 | D1 | 5C | 31 |
| Octal | 12 | 201 | 357 | 140 | 56 | 0 | 6 | 321 | 134 | 61 |
| Binary | 1010 | 10000001 | 11101111 | 1100000 | 101110 | 0 | 110 | 11010001 | 1011100 | 110001 |
Color Harmonies of #0A81EF
Complementary color
Monochromatic Colors of #0A81EF
Black with #0A81EF
Text Example
Text Example
White with #0A81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A81EF; }
p { color: rgb(10,129,239); }
H1.HeaderClassName
{
color: #0A81EF;
}
.AnyTagClassName
{
color: #0A81EF;
}
</style>
background-color css
<style>
a { background-color: #0A81EF; }
a { background-color: rgb(10,129,239); }
div.DivClassName
{
background-color: #0A81EF;
}
.BgClassName
{
background-color: #0A81EF;
}
</style>
border-color css
<style>
span { border-color: #0A81EF; }
span { border-color: rgb(10,129,239); }
td.TdClassName
{
border-color: #0A81EF;
}
.TagClassName
{
border-color: #0A81EF;
}
</style>