Shades of Dodger Blue #127DFD
Tints of Dodger Blue #127DFD
RGB
CMYK
RGB Variations
Color information
#127DFD (or 0x127DFD) is known color: Dodger Blue. HEX triplet: 12, 7D and FD. RGB value is (18,125,253). Sum of RGB (Red+Green+Blue) = 18+125+253=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #127DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #127DFD is #ED8202. Grayscale: #6A6A6A. Windows color (decimal): -15565315 or 16612626. OLE color: 16612626.
HSL color Cylindrical-coordinate representation of color #127DFD: hue angle of 212.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #127DFD is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 125 | 253 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.01 |
| HSL | 212.68º | 0.98% | 0.53% | - |
| HSV(B) | 212.68º | 0.93% | 0.99% | - |
| XYZ | 25.31 | 21.89 | 95.82 | - |
| YUV | 107.6 | 210.05 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 253 | 0.93 | 0.51 | 0 | 0.01 | 212.68 | 0.98 | 0.53 |
| Hex | 12 | 7D | FD | 5D | 33 | 0 | 1 | D5 | 62 | 35 |
| Octal | 22 | 175 | 375 | 135 | 63 | 0 | 1 | 325 | 142 | 65 |
| Binary | 10010 | 1111101 | 11111101 | 1011101 | 110011 | 0 | 1 | 11010101 | 1100010 | 110101 |
Color Harmonies of #127DFD
Complementary color
Monochromatic Colors of #127DFD
Black with #127DFD
Text Example
Text Example
White with #127DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127DFD; }
p { color: rgb(18,125,253); }
H1.HeaderClassName
{
color: #127DFD;
}
.AnyTagClassName
{
color: #127DFD;
}
</style>
background-color css
<style>
a { background-color: #127DFD; }
a { background-color: rgb(18,125,253); }
div.DivClassName
{
background-color: #127DFD;
}
.BgClassName
{
background-color: #127DFD;
}
</style>
border-color css
<style>
span { border-color: #127DFD; }
span { border-color: rgb(18,125,253); }
td.TdClassName
{
border-color: #127DFD;
}
.TagClassName
{
border-color: #127DFD;
}
</style>