Shades of Dodger Blue #127FE6
Tints of Dodger Blue #127FE6
RGB
CMYK
RGB Variations
Color information
#127FE6 (or 0x127FE6) is known color: Dodger Blue. HEX triplet: 12, 7F and E6. RGB value is (18,127,230). Sum of RGB (Red+Green+Blue) = 18+127+230=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 230 (90.23% from 255 or 61.33% from 375); Max value from RGB is 230 - color contains mainly: blue. Hex color #127FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127FE6 is #ED8019. Grayscale: #696969. Windows color (decimal): -15564826 or 15105810. OLE color: 15105810.
HSL color Cylindrical-coordinate representation of color #127FE6: hue angle of 209.15º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127FE6 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 127 | 230 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.10 |
| HSL | 209.15º | 0.85% | 0.49% | - |
| HSV(B) | 209.15º | 0.92% | 0.9% | - |
| XYZ | 22.12 | 21.02 | 77.75 | - |
| YUV | 106.15 | 197.89 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 230 | 0.92 | 0.45 | 0 | 0.10 | 209.15 | 0.85 | 0.49 |
| Hex | 12 | 7F | E6 | 5C | 2D | 0 | A | D1 | 55 | 31 |
| Octal | 22 | 177 | 346 | 134 | 55 | 0 | 12 | 321 | 125 | 61 |
| Binary | 10010 | 1111111 | 11100110 | 1011100 | 101101 | 0 | 1010 | 11010001 | 1010101 | 110001 |
Color Harmonies of #127FE6
Complementary color
Monochromatic Colors of #127FE6
Black with #127FE6
Text Example
Text Example
White with #127FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FE6; }
p { color: rgb(18,127,230); }
H1.HeaderClassName
{
color: #127FE6;
}
.AnyTagClassName
{
color: #127FE6;
}
</style>
background-color css
<style>
a { background-color: #127FE6; }
a { background-color: rgb(18,127,230); }
div.DivClassName
{
background-color: #127FE6;
}
.BgClassName
{
background-color: #127FE6;
}
</style>
border-color css
<style>
span { border-color: #127FE6; }
span { border-color: rgb(18,127,230); }
td.TdClassName
{
border-color: #127FE6;
}
.TagClassName
{
border-color: #127FE6;
}
</style>