Shades of Dodger Blue #126CFF
Tints of Dodger Blue #126CFF
RGB
CMYK
RGB Variations
Color information
#126CFF (or 0x126CFF) is known color: Dodger Blue. HEX triplet: 12, 6C and FF. RGB value is (18,108,255). Sum of RGB (Red+Green+Blue) = 18+108+255=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #126CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126CFF is #ED9300. Grayscale: #616161. Windows color (decimal): -15569665 or 16739346. OLE color: 16739346.
HSL color Cylindrical-coordinate representation of color #126CFF: hue angle of 217.22º 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 #126CFF is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 108 | 255 | - |
| CMYK | 0.93 | 0.58 | 0 | 0 |
| HSL | 217.22º | 1% | 0.54% | - |
| HSV(B) | 217.22º | 0.93% | 1% | - |
| XYZ | 23.66 | 18.07 | 96.85 | - |
| YUV | 97.85 | 216.68 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 255 | 0.93 | 0.58 | 0 | 0 | 217.22 | 1 | 0.54 |
| Hex | 12 | 6C | FF | 5D | 3A | 0 | 0 | D9 | 64 | 36 |
| Octal | 22 | 154 | 377 | 135 | 72 | 0 | 0 | 331 | 144 | 66 |
| Binary | 10010 | 1101100 | 11111111 | 1011101 | 111010 | 0 | 0 | 11011001 | 1100100 | 110110 |
Color Harmonies of #126CFF
Complementary color
Monochromatic Colors of #126CFF
Black with #126CFF
Text Example
Text Example
White with #126CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CFF; }
p { color: rgb(18,108,255); }
H1.HeaderClassName
{
color: #126CFF;
}
.AnyTagClassName
{
color: #126CFF;
}
</style>
background-color css
<style>
a { background-color: #126CFF; }
a { background-color: rgb(18,108,255); }
div.DivClassName
{
background-color: #126CFF;
}
.BgClassName
{
background-color: #126CFF;
}
</style>
border-color css
<style>
span { border-color: #126CFF; }
span { border-color: rgb(18,108,255); }
td.TdClassName
{
border-color: #126CFF;
}
.TagClassName
{
border-color: #126CFF;
}
</style>