Shades of Dodger Blue #127EEA
Tints of Dodger Blue #127EEA
RGB
CMYK
RGB Variations
Color information
#127EEA (or 0x127EEA) is known color: Dodger Blue. HEX triplet: 12, 7E and EA. RGB value is (18,126,234). Sum of RGB (Red+Green+Blue) = 18+126+234=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #127EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127EEA is #ED8115. Grayscale: #696969. Windows color (decimal): -15565078 or 15367698. OLE color: 15367698.
HSL color Cylindrical-coordinate representation of color #127EEA: hue angle of 210º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127EEA is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 126 | 234 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.08 |
| HSL | 210º | 0.86% | 0.49% | - |
| HSV(B) | 210º | 0.92% | 0.92% | - |
| XYZ | 22.56 | 20.99 | 80.7 | - |
| YUV | 106.02 | 200.22 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 234 | 0.92 | 0.46 | 0 | 0.08 | 210 | 0.86 | 0.49 |
| Hex | 12 | 7E | EA | 5C | 2E | 0 | 8 | D2 | 56 | 31 |
| Octal | 22 | 176 | 352 | 134 | 56 | 0 | 10 | 322 | 126 | 61 |
| Binary | 10010 | 1111110 | 11101010 | 1011100 | 101110 | 0 | 1000 | 11010010 | 1010110 | 110001 |
Color Harmonies of #127EEA
Complementary color
Monochromatic Colors of #127EEA
Black with #127EEA
Text Example
Text Example
White with #127EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127EEA; }
p { color: rgb(18,126,234); }
H1.HeaderClassName
{
color: #127EEA;
}
.AnyTagClassName
{
color: #127EEA;
}
</style>
background-color css
<style>
a { background-color: #127EEA; }
a { background-color: rgb(18,126,234); }
div.DivClassName
{
background-color: #127EEA;
}
.BgClassName
{
background-color: #127EEA;
}
</style>
border-color css
<style>
span { border-color: #127EEA; }
span { border-color: rgb(18,126,234); }
td.TdClassName
{
border-color: #127EEA;
}
.TagClassName
{
border-color: #127EEA;
}
</style>