Shades of Dodger Blue #127AF0
Tints of Dodger Blue #127AF0
RGB
CMYK
RGB Variations
Color information
#127AF0 (or 0x127AF0) is known color: Dodger Blue. HEX triplet: 12, 7A and F0. RGB value is (18,122,240). Sum of RGB (Red+Green+Blue) = 18+122+240=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 240 (94.14% from 255 or 63.16% from 380); Max value from RGB is 240 - color contains mainly: blue. Hex color #127AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127AF0 is #ED850F. Grayscale: #676767. Windows color (decimal): -15566096 or 15759890. OLE color: 15759890.
HSL color Cylindrical-coordinate representation of color #127AF0: hue angle of 211.89º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127AF0 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 122 | 240 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.06 |
| HSL | 211.89º | 0.88% | 0.51% | - |
| HSV(B) | 211.89º | 0.93% | 0.94% | - |
| XYZ | 22.94 | 20.34 | 85.15 | - |
| YUV | 104.36 | 204.54 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 240 | 0.92 | 0.49 | 0 | 0.06 | 211.89 | 0.88 | 0.51 |
| Hex | 12 | 7A | F0 | 5C | 31 | 0 | 6 | D4 | 58 | 33 |
| Octal | 22 | 172 | 360 | 134 | 61 | 0 | 6 | 324 | 130 | 63 |
| Binary | 10010 | 1111010 | 11110000 | 1011100 | 110001 | 0 | 110 | 11010100 | 1011000 | 110011 |
Color Harmonies of #127AF0
Complementary color
Monochromatic Colors of #127AF0
Black with #127AF0
Text Example
Text Example
White with #127AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127AF0; }
p { color: rgb(18,122,240); }
H1.HeaderClassName
{
color: #127AF0;
}
.AnyTagClassName
{
color: #127AF0;
}
</style>
background-color css
<style>
a { background-color: #127AF0; }
a { background-color: rgb(18,122,240); }
div.DivClassName
{
background-color: #127AF0;
}
.BgClassName
{
background-color: #127AF0;
}
</style>
border-color css
<style>
span { border-color: #127AF0; }
span { border-color: rgb(18,122,240); }
td.TdClassName
{
border-color: #127AF0;
}
.TagClassName
{
border-color: #127AF0;
}
</style>