Shades of Dodger Blue #126DF8
Tints of Dodger Blue #126DF8
RGB
CMYK
RGB Variations
Color information
#126DF8 (or 0x126DF8) is known color: Dodger Blue. HEX triplet: 12, 6D and F8. RGB value is (18,109,248). Sum of RGB (Red+Green+Blue) = 18+109+248=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 248 (97.27% from 255 or 66.13% from 375); Max value from RGB is 248 - color contains mainly: blue. Hex color #126DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126DF8 is #ED9207. Grayscale: #606060. Windows color (decimal): -15569416 or 16280850. OLE color: 16280850.
HSL color Cylindrical-coordinate representation of color #126DF8: hue angle of 216.26º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #126DF8 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 109 | 248 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.03 |
| HSL | 216.26º | 0.94% | 0.52% | - |
| HSV(B) | 216.26º | 0.93% | 0.97% | - |
| XYZ | 22.66 | 17.84 | 91.06 | - |
| YUV | 97.64 | 212.85 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 248 | 0.93 | 0.56 | 0 | 0.03 | 216.26 | 0.94 | 0.52 |
| Hex | 12 | 6D | F8 | 5D | 38 | 0 | 3 | D8 | 5E | 34 |
| Octal | 22 | 155 | 370 | 135 | 70 | 0 | 3 | 330 | 136 | 64 |
| Binary | 10010 | 1101101 | 11111000 | 1011101 | 111000 | 0 | 11 | 11011000 | 1011110 | 110100 |
Color Harmonies of #126DF8
Complementary color
Monochromatic Colors of #126DF8
Black with #126DF8
Text Example
Text Example
White with #126DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126DF8; }
p { color: rgb(18,109,248); }
H1.HeaderClassName
{
color: #126DF8;
}
.AnyTagClassName
{
color: #126DF8;
}
</style>
background-color css
<style>
a { background-color: #126DF8; }
a { background-color: rgb(18,109,248); }
div.DivClassName
{
background-color: #126DF8;
}
.BgClassName
{
background-color: #126DF8;
}
</style>
border-color css
<style>
span { border-color: #126DF8; }
span { border-color: rgb(18,109,248); }
td.TdClassName
{
border-color: #126DF8;
}
.TagClassName
{
border-color: #126DF8;
}
</style>