Shades of Dodger Blue #0A81FD
Tints of Dodger Blue #0A81FD
RGB
CMYK
RGB Variations
Color information
#0A81FD (or 0x0A81FD) is known color: Dodger Blue. HEX triplet: 0A, 81 and FD. RGB value is (10,129,253). Sum of RGB (Red+Green+Blue) = 10+129+253=392 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.55% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A81FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A81FD is #F57E02. Grayscale: #6A6A6A. Windows color (decimal): -16088579 or 16613642. OLE color: 16613642.
HSL color Cylindrical-coordinate representation of color #0A81FD: hue angle of 210.62º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A81FD is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 129 | 253 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.01 |
| HSL | 210.62º | 0.98% | 0.52% | - |
| HSV(B) | 210.62º | 0.96% | 0.99% | - |
| XYZ | 25.71 | 22.86 | 95.99 | - |
| YUV | 107.56 | 210.08 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 253 | 0.96 | 0.49 | 0 | 0.01 | 210.62 | 0.98 | 0.52 |
| Hex | A | 81 | FD | 60 | 31 | 0 | 1 | D3 | 62 | 34 |
| Octal | 12 | 201 | 375 | 140 | 61 | 0 | 1 | 323 | 142 | 64 |
| Binary | 1010 | 10000001 | 11111101 | 1100000 | 110001 | 0 | 1 | 11010011 | 1100010 | 110100 |
Color Harmonies of #0A81FD
Complementary color
Monochromatic Colors of #0A81FD
Black with #0A81FD
Text Example
Text Example
White with #0A81FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A81FD; }
p { color: rgb(10,129,253); }
H1.HeaderClassName
{
color: #0A81FD;
}
.AnyTagClassName
{
color: #0A81FD;
}
</style>
background-color css
<style>
a { background-color: #0A81FD; }
a { background-color: rgb(10,129,253); }
div.DivClassName
{
background-color: #0A81FD;
}
.BgClassName
{
background-color: #0A81FD;
}
</style>
border-color css
<style>
span { border-color: #0A81FD; }
span { border-color: rgb(10,129,253); }
td.TdClassName
{
border-color: #0A81FD;
}
.TagClassName
{
border-color: #0A81FD;
}
</style>