Shades of Dodger Blue #0A83F1
Tints of Dodger Blue #0A83F1
RGB
CMYK
RGB Variations
Color information
#0A83F1 (or 0x0A83F1) is known color: Dodger Blue. HEX triplet: 0A, 83 and F1. RGB value is (10,131,241). Sum of RGB (Red+Green+Blue) = 10+131+241=382 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 241 (94.53% from 255 or 63.09% from 382); Max value from RGB is 241 - color contains mainly: blue. Hex color #0A83F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A83F1 is #F57C0E. Grayscale: #6A6A6A. Windows color (decimal): -16088079 or 15827722. OLE color: 15827722.
HSL color Cylindrical-coordinate representation of color #0A83F1: hue angle of 208.57º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A83F1 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 10 | 131 | 241 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.05 |
| HSL | 208.57º | 0.92% | 0.49% | - |
| HSV(B) | 208.57º | 0.96% | 0.95% | - |
| XYZ | 24.12 | 22.65 | 86.32 | - |
| YUV | 107.36 | 203.41 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 241 | 0.96 | 0.46 | 0 | 0.05 | 208.57 | 0.92 | 0.49 |
| Hex | A | 83 | F1 | 60 | 2E | 0 | 5 | D1 | 5C | 31 |
| Octal | 12 | 203 | 361 | 140 | 56 | 0 | 5 | 321 | 134 | 61 |
| Binary | 1010 | 10000011 | 11110001 | 1100000 | 101110 | 0 | 101 | 11010001 | 1011100 | 110001 |
Color Harmonies of #0A83F1
Complementary color
Monochromatic Colors of #0A83F1
Black with #0A83F1
Text Example
Text Example
White with #0A83F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A83F1; }
p { color: rgb(10,131,241); }
H1.HeaderClassName
{
color: #0A83F1;
}
.AnyTagClassName
{
color: #0A83F1;
}
</style>
background-color css
<style>
a { background-color: #0A83F1; }
a { background-color: rgb(10,131,241); }
div.DivClassName
{
background-color: #0A83F1;
}
.BgClassName
{
background-color: #0A83F1;
}
</style>
border-color css
<style>
span { border-color: #0A83F1; }
span { border-color: rgb(10,131,241); }
td.TdClassName
{
border-color: #0A83F1;
}
.TagClassName
{
border-color: #0A83F1;
}
</style>