Shades of Dodger Blue #126EFF
Tints of Dodger Blue #126EFF
RGB
CMYK
RGB Variations
Color information
#126EFF (or 0x126EFF) is known color: Dodger Blue. HEX triplet: 12, 6E and FF. RGB value is (18,110,255). Sum of RGB (Red+Green+Blue) = 18+110+255=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #126EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126EFF is #ED9100. Grayscale: #626262. Windows color (decimal): -15569153 or 16739858. OLE color: 16739858.
HSL color Cylindrical-coordinate representation of color #126EFF: hue angle of 216.71º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #126EFF is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 110 | 255 | - |
| CMYK | 0.93 | 0.57 | 0 | 0 |
| HSL | 216.71º | 1% | 0.54% | - |
| HSV(B) | 216.71º | 0.93% | 1% | - |
| XYZ | 23.88 | 18.5 | 96.92 | - |
| YUV | 99.02 | 216.02 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 255 | 0.93 | 0.57 | 0 | 0 | 216.71 | 1 | 0.54 |
| Hex | 12 | 6E | FF | 5D | 39 | 0 | 0 | D9 | 64 | 36 |
| Octal | 22 | 156 | 377 | 135 | 71 | 0 | 0 | 331 | 144 | 66 |
| Binary | 10010 | 1101110 | 11111111 | 1011101 | 111001 | 0 | 0 | 11011001 | 1100100 | 110110 |
Color Harmonies of #126EFF
Complementary color
Monochromatic Colors of #126EFF
Black with #126EFF
Text Example
Text Example
White with #126EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126EFF; }
p { color: rgb(18,110,255); }
H1.HeaderClassName
{
color: #126EFF;
}
.AnyTagClassName
{
color: #126EFF;
}
</style>
background-color css
<style>
a { background-color: #126EFF; }
a { background-color: rgb(18,110,255); }
div.DivClassName
{
background-color: #126EFF;
}
.BgClassName
{
background-color: #126EFF;
}
</style>
border-color css
<style>
span { border-color: #126EFF; }
span { border-color: rgb(18,110,255); }
td.TdClassName
{
border-color: #126EFF;
}
.TagClassName
{
border-color: #126EFF;
}
</style>