Shades of Dodger Blue #127AFB
Tints of Dodger Blue #127AFB
RGB
CMYK
RGB Variations
Color information
#127AFB (or 0x127AFB) is known color: Dodger Blue. HEX triplet: 12, 7A and FB. RGB value is (18,122,251). Sum of RGB (Red+Green+Blue) = 18+122+251=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #127AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127AFB is #ED8504. Grayscale: #686868. Windows color (decimal): -15566085 or 16480786. OLE color: 16480786.
HSL color Cylindrical-coordinate representation of color #127AFB: hue angle of 213.22º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127AFB is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 122 | 251 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.02 |
| HSL | 213.22º | 0.97% | 0.53% | - |
| HSV(B) | 213.22º | 0.93% | 0.98% | - |
| XYZ | 24.62 | 21.01 | 94.02 | - |
| YUV | 105.61 | 210.04 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 251 | 0.93 | 0.51 | 0 | 0.02 | 213.22 | 0.97 | 0.53 |
| Hex | 12 | 7A | FB | 5D | 33 | 0 | 2 | D5 | 61 | 35 |
| Octal | 22 | 172 | 373 | 135 | 63 | 0 | 2 | 325 | 141 | 65 |
| Binary | 10010 | 1111010 | 11111011 | 1011101 | 110011 | 0 | 10 | 11010101 | 1100001 | 110101 |
Color Harmonies of #127AFB
Complementary color
Monochromatic Colors of #127AFB
Black with #127AFB
Text Example
Text Example
White with #127AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127AFB; }
p { color: rgb(18,122,251); }
H1.HeaderClassName
{
color: #127AFB;
}
.AnyTagClassName
{
color: #127AFB;
}
</style>
background-color css
<style>
a { background-color: #127AFB; }
a { background-color: rgb(18,122,251); }
div.DivClassName
{
background-color: #127AFB;
}
.BgClassName
{
background-color: #127AFB;
}
</style>
border-color css
<style>
span { border-color: #127AFB; }
span { border-color: rgb(18,122,251); }
td.TdClassName
{
border-color: #127AFB;
}
.TagClassName
{
border-color: #127AFB;
}
</style>