Shades of Dodger Blue #127FFF
Tints of Dodger Blue #127FFF
RGB
CMYK
RGB Variations
Color information
#127FFF (or 0x127FFF) is known color: Dodger Blue. HEX triplet: 12, 7F and FF. RGB value is (18,127,255). Sum of RGB (Red+Green+Blue) = 18+127+255=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #127FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127FFF is #ED8000. Grayscale: #6C6C6C. Windows color (decimal): -15564801 or 16744210. OLE color: 16744210.
HSL color Cylindrical-coordinate representation of color #127FFF: hue angle of 212.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127FFF is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 127 | 255 | - |
| CMYK | 0.93 | 0.50 | 0 | 0 |
| HSL | 212.41º | 1% | 0.54% | - |
| HSV(B) | 212.41º | 0.93% | 1% | - |
| XYZ | 25.89 | 22.53 | 97.59 | - |
| YUV | 109 | 210.39 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 255 | 0.93 | 0.50 | 0 | 0 | 212.41 | 1 | 0.54 |
| Hex | 12 | 7F | FF | 5D | 32 | 0 | 0 | D4 | 64 | 36 |
| Octal | 22 | 177 | 377 | 135 | 62 | 0 | 0 | 324 | 144 | 66 |
| Binary | 10010 | 1111111 | 11111111 | 1011101 | 110010 | 0 | 0 | 11010100 | 1100100 | 110110 |
Color Harmonies of #127FFF
Complementary color
Monochromatic Colors of #127FFF
Black with #127FFF
Text Example
Text Example
White with #127FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FFF; }
p { color: rgb(18,127,255); }
H1.HeaderClassName
{
color: #127FFF;
}
.AnyTagClassName
{
color: #127FFF;
}
</style>
background-color css
<style>
a { background-color: #127FFF; }
a { background-color: rgb(18,127,255); }
div.DivClassName
{
background-color: #127FFF;
}
.BgClassName
{
background-color: #127FFF;
}
</style>
border-color css
<style>
span { border-color: #127FFF; }
span { border-color: rgb(18,127,255); }
td.TdClassName
{
border-color: #127FFF;
}
.TagClassName
{
border-color: #127FFF;
}
</style>