Shades of Dodger Blue #127DFE
Tints of Dodger Blue #127DFE
RGB
CMYK
RGB Variations
Color information
#127DFE (or 0x127DFE) is known color: Dodger Blue. HEX triplet: 12, 7D and FE. RGB value is (18,125,254). Sum of RGB (Red+Green+Blue) = 18+125+254=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #127DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127DFE is #ED8201. Grayscale: #6B6B6B. Windows color (decimal): -15565314 or 16678162. OLE color: 16678162.
HSL color Cylindrical-coordinate representation of color #127DFE: hue angle of 212.8º 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 #127DFE is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 125 | 254 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.00 |
| HSL | 212.8º | 0.99% | 0.53% | - |
| HSV(B) | 212.8º | 0.93% | 1% | - |
| XYZ | 25.47 | 21.95 | 96.66 | - |
| YUV | 107.71 | 210.55 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 254 | 0.93 | 0.51 | 0 | 0.00 | 212.8 | 0.99 | 0.53 |
| Hex | 12 | 7D | FE | 5D | 33 | 0 | 0 | D5 | 63 | 35 |
| Octal | 22 | 175 | 376 | 135 | 63 | 0 | 0 | 325 | 143 | 65 |
| Binary | 10010 | 1111101 | 11111110 | 1011101 | 110011 | 0 | 0 | 11010101 | 1100011 | 110101 |
Color Harmonies of #127DFE
Complementary color
Monochromatic Colors of #127DFE
Black with #127DFE
Text Example
Text Example
White with #127DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127DFE; }
p { color: rgb(18,125,254); }
H1.HeaderClassName
{
color: #127DFE;
}
.AnyTagClassName
{
color: #127DFE;
}
</style>
background-color css
<style>
a { background-color: #127DFE; }
a { background-color: rgb(18,125,254); }
div.DivClassName
{
background-color: #127DFE;
}
.BgClassName
{
background-color: #127DFE;
}
</style>
border-color css
<style>
span { border-color: #127DFE; }
span { border-color: rgb(18,125,254); }
td.TdClassName
{
border-color: #127DFE;
}
.TagClassName
{
border-color: #127DFE;
}
</style>