Shades of Dodger Blue #127EE5
Tints of Dodger Blue #127EE5
RGB
CMYK
RGB Variations
Color information
#127EE5 (or 0x127EE5) is known color: Dodger Blue. HEX triplet: 12, 7E and E5. RGB value is (18,126,229). Sum of RGB (Red+Green+Blue) = 18+126+229=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 229 (89.84% from 255 or 61.39% from 373); Max value from RGB is 229 - color contains mainly: blue. Hex color #127EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127EE5 is #ED811A. Grayscale: #686868. Windows color (decimal): -15565083 or 15040018. OLE color: 15040018.
HSL color Cylindrical-coordinate representation of color #127EE5: hue angle of 209.29º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127EE5 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 126 | 229 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.10 |
| HSL | 209.29º | 0.85% | 0.48% | - |
| HSV(B) | 209.29º | 0.92% | 0.9% | - |
| XYZ | 21.85 | 20.71 | 76.97 | - |
| YUV | 105.45 | 197.72 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 229 | 0.92 | 0.45 | 0 | 0.10 | 209.29 | 0.85 | 0.48 |
| Hex | 12 | 7E | E5 | 5C | 2D | 0 | A | D1 | 55 | 30 |
| Octal | 22 | 176 | 345 | 134 | 55 | 0 | 12 | 321 | 125 | 60 |
| Binary | 10010 | 1111110 | 11100101 | 1011100 | 101101 | 0 | 1010 | 11010001 | 1010101 | 110000 |
Color Harmonies of #127EE5
Complementary color
Monochromatic Colors of #127EE5
Black with #127EE5
Text Example
Text Example
White with #127EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127EE5; }
p { color: rgb(18,126,229); }
H1.HeaderClassName
{
color: #127EE5;
}
.AnyTagClassName
{
color: #127EE5;
}
</style>
background-color css
<style>
a { background-color: #127EE5; }
a { background-color: rgb(18,126,229); }
div.DivClassName
{
background-color: #127EE5;
}
.BgClassName
{
background-color: #127EE5;
}
</style>
border-color css
<style>
span { border-color: #127EE5; }
span { border-color: rgb(18,126,229); }
td.TdClassName
{
border-color: #127EE5;
}
.TagClassName
{
border-color: #127EE5;
}
</style>