Shades of Dodger Blue #127AED
Tints of Dodger Blue #127AED
RGB
CMYK
RGB Variations
Color information
#127AED (or 0x127AED) is known color: Dodger Blue. HEX triplet: 12, 7A and ED. RGB value is (18,122,237). Sum of RGB (Red+Green+Blue) = 18+122+237=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #127AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127AED is #ED8512. Grayscale: #676767. Windows color (decimal): -15566099 or 15563282. OLE color: 15563282.
HSL color Cylindrical-coordinate representation of color #127AED: hue angle of 211.51º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127AED is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 122 | 237 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.07 |
| HSL | 211.51º | 0.86% | 0.5% | - |
| HSV(B) | 211.51º | 0.92% | 0.93% | - |
| XYZ | 22.5 | 20.16 | 82.83 | - |
| YUV | 104.01 | 203.04 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 237 | 0.92 | 0.49 | 0 | 0.07 | 211.51 | 0.86 | 0.5 |
| Hex | 12 | 7A | ED | 5C | 31 | 0 | 7 | D4 | 56 | 32 |
| Octal | 22 | 172 | 355 | 134 | 61 | 0 | 7 | 324 | 126 | 62 |
| Binary | 10010 | 1111010 | 11101101 | 1011100 | 110001 | 0 | 111 | 11010100 | 1010110 | 110010 |
Color Harmonies of #127AED
Complementary color
Monochromatic Colors of #127AED
Black with #127AED
Text Example
Text Example
White with #127AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127AED; }
p { color: rgb(18,122,237); }
H1.HeaderClassName
{
color: #127AED;
}
.AnyTagClassName
{
color: #127AED;
}
</style>
background-color css
<style>
a { background-color: #127AED; }
a { background-color: rgb(18,122,237); }
div.DivClassName
{
background-color: #127AED;
}
.BgClassName
{
background-color: #127AED;
}
</style>
border-color css
<style>
span { border-color: #127AED; }
span { border-color: rgb(18,122,237); }
td.TdClassName
{
border-color: #127AED;
}
.TagClassName
{
border-color: #127AED;
}
</style>