Shades of Dodger Blue #127FEB
Tints of Dodger Blue #127FEB
RGB
CMYK
RGB Variations
Color information
#127FEB (or 0x127FEB) is known color: Dodger Blue. HEX triplet: 12, 7F and EB. RGB value is (18,127,235). Sum of RGB (Red+Green+Blue) = 18+127+235=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #127FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127FEB is #ED8014. Grayscale: #6A6A6A. Windows color (decimal): -15564821 or 15433490. OLE color: 15433490.
HSL color Cylindrical-coordinate representation of color #127FEB: hue angle of 209.86º 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 #127FEB is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 127 | 235 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.08 |
| HSL | 209.86º | 0.86% | 0.5% | - |
| HSV(B) | 209.86º | 0.92% | 0.92% | - |
| XYZ | 22.83 | 21.31 | 81.51 | - |
| YUV | 106.72 | 200.39 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 235 | 0.92 | 0.46 | 0 | 0.08 | 209.86 | 0.86 | 0.5 |
| Hex | 12 | 7F | EB | 5C | 2E | 0 | 8 | D2 | 56 | 32 |
| Octal | 22 | 177 | 353 | 134 | 56 | 0 | 10 | 322 | 126 | 62 |
| Binary | 10010 | 1111111 | 11101011 | 1011100 | 101110 | 0 | 1000 | 11010010 | 1010110 | 110010 |
Color Harmonies of #127FEB
Complementary color
Monochromatic Colors of #127FEB
Black with #127FEB
Text Example
Text Example
White with #127FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FEB; }
p { color: rgb(18,127,235); }
H1.HeaderClassName
{
color: #127FEB;
}
.AnyTagClassName
{
color: #127FEB;
}
</style>
background-color css
<style>
a { background-color: #127FEB; }
a { background-color: rgb(18,127,235); }
div.DivClassName
{
background-color: #127FEB;
}
.BgClassName
{
background-color: #127FEB;
}
</style>
border-color css
<style>
span { border-color: #127FEB; }
span { border-color: rgb(18,127,235); }
td.TdClassName
{
border-color: #127FEB;
}
.TagClassName
{
border-color: #127FEB;
}
</style>