Shades of Dodger Blue #126CFE
Tints of Dodger Blue #126CFE
RGB
CMYK
RGB Variations
Color information
#126CFE (or 0x126CFE) is known color: Dodger Blue. HEX triplet: 12, 6C and FE. RGB value is (18,108,254). Sum of RGB (Red+Green+Blue) = 18+108+254=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #126CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126CFE is #ED9301. Grayscale: #616161. Windows color (decimal): -15569666 or 16673810. OLE color: 16673810.
HSL color Cylindrical-coordinate representation of color #126CFE: hue angle of 217.12º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #126CFE is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 108 | 254 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.00 |
| HSL | 217.12º | 0.99% | 0.53% | - |
| HSV(B) | 217.12º | 0.93% | 1% | - |
| XYZ | 23.5 | 18.01 | 96 | - |
| YUV | 97.73 | 216.18 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 254 | 0.93 | 0.57 | 0 | 0.00 | 217.12 | 0.99 | 0.53 |
| Hex | 12 | 6C | FE | 5D | 39 | 0 | 0 | D9 | 63 | 35 |
| Octal | 22 | 154 | 376 | 135 | 71 | 0 | 0 | 331 | 143 | 65 |
| Binary | 10010 | 1101100 | 11111110 | 1011101 | 111001 | 0 | 0 | 11011001 | 1100011 | 110101 |
Color Harmonies of #126CFE
Complementary color
Monochromatic Colors of #126CFE
Black with #126CFE
Text Example
Text Example
White with #126CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CFE; }
p { color: rgb(18,108,254); }
H1.HeaderClassName
{
color: #126CFE;
}
.AnyTagClassName
{
color: #126CFE;
}
</style>
background-color css
<style>
a { background-color: #126CFE; }
a { background-color: rgb(18,108,254); }
div.DivClassName
{
background-color: #126CFE;
}
.BgClassName
{
background-color: #126CFE;
}
</style>
border-color css
<style>
span { border-color: #126CFE; }
span { border-color: rgb(18,108,254); }
td.TdClassName
{
border-color: #126CFE;
}
.TagClassName
{
border-color: #126CFE;
}
</style>