Shades of Dodger Blue #127FEF
Tints of Dodger Blue #127FEF
RGB
CMYK
RGB Variations
Color information
#127FEF (or 0x127FEF) is known color: Dodger Blue. HEX triplet: 12, 7F and EF. RGB value is (18,127,239). Sum of RGB (Red+Green+Blue) = 18+127+239=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #127FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127FEF is #ED8010. Grayscale: #6A6A6A. Windows color (decimal): -15564817 or 15695634. OLE color: 15695634.
HSL color Cylindrical-coordinate representation of color #127FEF: hue angle of 210.41º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127FEF is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 127 | 239 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.06 |
| HSL | 210.41º | 0.87% | 0.5% | - |
| HSV(B) | 210.41º | 0.92% | 0.94% | - |
| XYZ | 23.42 | 21.54 | 84.58 | - |
| YUV | 107.18 | 202.39 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 239 | 0.92 | 0.47 | 0 | 0.06 | 210.41 | 0.87 | 0.5 |
| Hex | 12 | 7F | EF | 5C | 2F | 0 | 6 | D2 | 57 | 32 |
| Octal | 22 | 177 | 357 | 134 | 57 | 0 | 6 | 322 | 127 | 62 |
| Binary | 10010 | 1111111 | 11101111 | 1011100 | 101111 | 0 | 110 | 11010010 | 1010111 | 110010 |
Color Harmonies of #127FEF
Complementary color
Monochromatic Colors of #127FEF
Black with #127FEF
Text Example
Text Example
White with #127FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FEF; }
p { color: rgb(18,127,239); }
H1.HeaderClassName
{
color: #127FEF;
}
.AnyTagClassName
{
color: #127FEF;
}
</style>
background-color css
<style>
a { background-color: #127FEF; }
a { background-color: rgb(18,127,239); }
div.DivClassName
{
background-color: #127FEF;
}
.BgClassName
{
background-color: #127FEF;
}
</style>
border-color css
<style>
span { border-color: #127FEF; }
span { border-color: rgb(18,127,239); }
td.TdClassName
{
border-color: #127FEF;
}
.TagClassName
{
border-color: #127FEF;
}
</style>