Shades of Dodger Blue #127CEB
Tints of Dodger Blue #127CEB
RGB
CMYK
RGB Variations
Color information
#127CEB (or 0x127CEB) is known color: Dodger Blue. HEX triplet: 12, 7C and EB. RGB value is (18,124,235). Sum of RGB (Red+Green+Blue) = 18+124+235=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #127CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127CEB is #ED8314. Grayscale: #686868. Windows color (decimal): -15565589 or 15432722. OLE color: 15432722.
HSL color Cylindrical-coordinate representation of color #127CEB: hue angle of 210.69º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127CEB is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 124 | 235 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.08 |
| HSL | 210.69º | 0.86% | 0.5% | - |
| HSV(B) | 210.69º | 0.92% | 0.92% | - |
| XYZ | 22.45 | 20.54 | 81.38 | - |
| YUV | 104.96 | 201.38 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 235 | 0.92 | 0.47 | 0 | 0.08 | 210.69 | 0.86 | 0.5 |
| Hex | 12 | 7C | EB | 5C | 2F | 0 | 8 | D3 | 56 | 32 |
| Octal | 22 | 174 | 353 | 134 | 57 | 0 | 10 | 323 | 126 | 62 |
| Binary | 10010 | 1111100 | 11101011 | 1011100 | 101111 | 0 | 1000 | 11010011 | 1010110 | 110010 |
Color Harmonies of #127CEB
Complementary color
Monochromatic Colors of #127CEB
Black with #127CEB
Text Example
Text Example
White with #127CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CEB; }
p { color: rgb(18,124,235); }
H1.HeaderClassName
{
color: #127CEB;
}
.AnyTagClassName
{
color: #127CEB;
}
</style>
background-color css
<style>
a { background-color: #127CEB; }
a { background-color: rgb(18,124,235); }
div.DivClassName
{
background-color: #127CEB;
}
.BgClassName
{
background-color: #127CEB;
}
</style>
border-color css
<style>
span { border-color: #127CEB; }
span { border-color: rgb(18,124,235); }
td.TdClassName
{
border-color: #127CEB;
}
.TagClassName
{
border-color: #127CEB;
}
</style>