Shades of Dodger Blue #127FF2
Tints of Dodger Blue #127FF2
RGB
CMYK
RGB Variations
Color information
#127FF2 (or 0x127FF2) is known color: Dodger Blue. HEX triplet: 12, 7F and F2. RGB value is (18,127,242). Sum of RGB (Red+Green+Blue) = 18+127+242=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 242 (94.92% from 255 or 62.53% from 387); Max value from RGB is 242 - color contains mainly: blue. Hex color #127FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127FF2 is #ED800D. Grayscale: #6A6A6A. Windows color (decimal): -15564814 or 15892242. OLE color: 15892242.
HSL color Cylindrical-coordinate representation of color #127FF2: hue angle of 210.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127FF2 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 127 | 242 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.05 |
| HSL | 210.8º | 0.9% | 0.51% | - |
| HSV(B) | 210.8º | 0.93% | 0.95% | - |
| XYZ | 23.87 | 21.72 | 86.94 | - |
| YUV | 107.52 | 203.89 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 242 | 0.93 | 0.48 | 0 | 0.05 | 210.8 | 0.9 | 0.51 |
| Hex | 12 | 7F | F2 | 5D | 30 | 0 | 5 | D3 | 5A | 33 |
| Octal | 22 | 177 | 362 | 135 | 60 | 0 | 5 | 323 | 132 | 63 |
| Binary | 10010 | 1111111 | 11110010 | 1011101 | 110000 | 0 | 101 | 11010011 | 1011010 | 110011 |
Color Harmonies of #127FF2
Complementary color
Monochromatic Colors of #127FF2
Black with #127FF2
Text Example
Text Example
White with #127FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FF2; }
p { color: rgb(18,127,242); }
H1.HeaderClassName
{
color: #127FF2;
}
.AnyTagClassName
{
color: #127FF2;
}
</style>
background-color css
<style>
a { background-color: #127FF2; }
a { background-color: rgb(18,127,242); }
div.DivClassName
{
background-color: #127FF2;
}
.BgClassName
{
background-color: #127FF2;
}
</style>
border-color css
<style>
span { border-color: #127FF2; }
span { border-color: rgb(18,127,242); }
td.TdClassName
{
border-color: #127FF2;
}
.TagClassName
{
border-color: #127FF2;
}
</style>