Shades of Dodger Blue #127AF7
Tints of Dodger Blue #127AF7
RGB
CMYK
RGB Variations
Color information
#127AF7 (or 0x127AF7) is known color: Dodger Blue. HEX triplet: 12, 7A and F7. RGB value is (18,122,247). Sum of RGB (Red+Green+Blue) = 18+122+247=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 247 (96.88% from 255 or 63.82% from 387); Max value from RGB is 247 - color contains mainly: blue. Hex color #127AF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127AF7 is #ED8508. Grayscale: #686868. Windows color (decimal): -15566089 or 16218642. OLE color: 16218642.
HSL color Cylindrical-coordinate representation of color #127AF7: hue angle of 212.75º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127AF7 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 122 | 247 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.03 |
| HSL | 212.75º | 0.93% | 0.52% | - |
| HSV(B) | 212.75º | 0.93% | 0.97% | - |
| XYZ | 24 | 20.76 | 90.74 | - |
| YUV | 105.15 | 208.04 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 247 | 0.93 | 0.51 | 0 | 0.03 | 212.75 | 0.93 | 0.52 |
| Hex | 12 | 7A | F7 | 5D | 33 | 0 | 3 | D5 | 5D | 34 |
| Octal | 22 | 172 | 367 | 135 | 63 | 0 | 3 | 325 | 135 | 64 |
| Binary | 10010 | 1111010 | 11110111 | 1011101 | 110011 | 0 | 11 | 11010101 | 1011101 | 110100 |
Color Harmonies of #127AF7
Complementary color
Monochromatic Colors of #127AF7
Black with #127AF7
Text Example
Text Example
White with #127AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127AF7; }
p { color: rgb(18,122,247); }
H1.HeaderClassName
{
color: #127AF7;
}
.AnyTagClassName
{
color: #127AF7;
}
</style>
background-color css
<style>
a { background-color: #127AF7; }
a { background-color: rgb(18,122,247); }
div.DivClassName
{
background-color: #127AF7;
}
.BgClassName
{
background-color: #127AF7;
}
</style>
border-color css
<style>
span { border-color: #127AF7; }
span { border-color: rgb(18,122,247); }
td.TdClassName
{
border-color: #127AF7;
}
.TagClassName
{
border-color: #127AF7;
}
</style>