Shades of Dodger Blue #127EED
Tints of Dodger Blue #127EED
RGB
CMYK
RGB Variations
Color information
#127EED (or 0x127EED) is known color: Dodger Blue. HEX triplet: 12, 7E and ED. RGB value is (18,126,237). Sum of RGB (Red+Green+Blue) = 18+126+237=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #127EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127EED is #ED8112. Grayscale: #696969. Windows color (decimal): -15565075 or 15564306. OLE color: 15564306.
HSL color Cylindrical-coordinate representation of color #127EED: hue angle of 210.41º 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 #127EED is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 126 | 237 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.07 |
| HSL | 210.41º | 0.86% | 0.5% | - |
| HSV(B) | 210.41º | 0.92% | 0.93% | - |
| XYZ | 23 | 21.16 | 82.99 | - |
| YUV | 106.36 | 201.72 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 237 | 0.92 | 0.47 | 0 | 0.07 | 210.41 | 0.86 | 0.5 |
| Hex | 12 | 7E | ED | 5C | 2F | 0 | 7 | D2 | 56 | 32 |
| Octal | 22 | 176 | 355 | 134 | 57 | 0 | 7 | 322 | 126 | 62 |
| Binary | 10010 | 1111110 | 11101101 | 1011100 | 101111 | 0 | 111 | 11010010 | 1010110 | 110010 |
Color Harmonies of #127EED
Complementary color
Monochromatic Colors of #127EED
Black with #127EED
Text Example
Text Example
White with #127EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127EED; }
p { color: rgb(18,126,237); }
H1.HeaderClassName
{
color: #127EED;
}
.AnyTagClassName
{
color: #127EED;
}
</style>
background-color css
<style>
a { background-color: #127EED; }
a { background-color: rgb(18,126,237); }
div.DivClassName
{
background-color: #127EED;
}
.BgClassName
{
background-color: #127EED;
}
</style>
border-color css
<style>
span { border-color: #127EED; }
span { border-color: rgb(18,126,237); }
td.TdClassName
{
border-color: #127EED;
}
.TagClassName
{
border-color: #127EED;
}
</style>