Shades of Dodger Blue #127CE5
Tints of Dodger Blue #127CE5
RGB
CMYK
RGB Variations
Color information
#127CE5 (or 0x127CE5) is known color: Dodger Blue. HEX triplet: 12, 7C and E5. RGB value is (18,124,229). Sum of RGB (Red+Green+Blue) = 18+124+229=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #127CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CE5 is #ED831A. Grayscale: #676767. Windows color (decimal): -15565595 or 15039506. OLE color: 15039506.
HSL color Cylindrical-coordinate representation of color #127CE5: hue angle of 209.86º 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 #127CE5 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 124 | 229 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.10 |
| HSL | 209.86º | 0.85% | 0.48% | - |
| HSV(B) | 209.86º | 0.92% | 0.9% | - |
| XYZ | 21.6 | 20.2 | 76.89 | - |
| YUV | 104.28 | 198.38 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 229 | 0.92 | 0.46 | 0 | 0.10 | 209.86 | 0.85 | 0.48 |
| Hex | 12 | 7C | E5 | 5C | 2E | 0 | A | D2 | 55 | 30 |
| Octal | 22 | 174 | 345 | 134 | 56 | 0 | 12 | 322 | 125 | 60 |
| Binary | 10010 | 1111100 | 11100101 | 1011100 | 101110 | 0 | 1010 | 11010010 | 1010101 | 110000 |
Color Harmonies of #127CE5
Complementary color
Monochromatic Colors of #127CE5
Black with #127CE5
Text Example
Text Example
White with #127CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CE5; }
p { color: rgb(18,124,229); }
H1.HeaderClassName
{
color: #127CE5;
}
.AnyTagClassName
{
color: #127CE5;
}
</style>
background-color css
<style>
a { background-color: #127CE5; }
a { background-color: rgb(18,124,229); }
div.DivClassName
{
background-color: #127CE5;
}
.BgClassName
{
background-color: #127CE5;
}
</style>
border-color css
<style>
span { border-color: #127CE5; }
span { border-color: rgb(18,124,229); }
td.TdClassName
{
border-color: #127CE5;
}
.TagClassName
{
border-color: #127CE5;
}
</style>