Shades of Dodger Blue #127AFE
Tints of Dodger Blue #127AFE
RGB
CMYK
RGB Variations
Color information
#127AFE (or 0x127AFE) is known color: Dodger Blue. HEX triplet: 12, 7A and FE. RGB value is (18,122,254). Sum of RGB (Red+Green+Blue) = 18+122+254=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #127AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127AFE is #ED8501. Grayscale: #696969. Windows color (decimal): -15566082 or 16677394. OLE color: 16677394.
HSL color Cylindrical-coordinate representation of color #127AFE: hue angle of 213.56º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127AFE is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 122 | 254 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.00 |
| HSL | 213.56º | 0.99% | 0.53% | - |
| HSV(B) | 213.56º | 0.93% | 1% | - |
| XYZ | 25.1 | 21.2 | 96.54 | - |
| YUV | 105.95 | 211.54 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 254 | 0.93 | 0.52 | 0 | 0.00 | 213.56 | 0.99 | 0.53 |
| Hex | 12 | 7A | FE | 5D | 34 | 0 | 0 | D6 | 63 | 35 |
| Octal | 22 | 172 | 376 | 135 | 64 | 0 | 0 | 326 | 143 | 65 |
| Binary | 10010 | 1111010 | 11111110 | 1011101 | 110100 | 0 | 0 | 11010110 | 1100011 | 110101 |
Color Harmonies of #127AFE
Complementary color
Monochromatic Colors of #127AFE
Black with #127AFE
Text Example
Text Example
White with #127AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127AFE; }
p { color: rgb(18,122,254); }
H1.HeaderClassName
{
color: #127AFE;
}
.AnyTagClassName
{
color: #127AFE;
}
</style>
background-color css
<style>
a { background-color: #127AFE; }
a { background-color: rgb(18,122,254); }
div.DivClassName
{
background-color: #127AFE;
}
.BgClassName
{
background-color: #127AFE;
}
</style>
border-color css
<style>
span { border-color: #127AFE; }
span { border-color: rgb(18,122,254); }
td.TdClassName
{
border-color: #127AFE;
}
.TagClassName
{
border-color: #127AFE;
}
</style>