Shades of Dodger Blue #1A7DED
Tints of Dodger Blue #1A7DED
RGB
CMYK
RGB Variations
Color information
#1A7DED (or 0x1A7DED) is known color: Dodger Blue. HEX triplet: 1A, 7D and ED. RGB value is (26,125,237). Sum of RGB (Red+Green+Blue) = 26+125+237=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #1A7DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A7DED is #E58212. Grayscale: #6B6B6B. Windows color (decimal): -15041043 or 15564058. OLE color: 15564058.
HSL color Cylindrical-coordinate representation of color #1A7DED: hue angle of 211.85º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A7DED is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 125 | 237 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.07 |
| HSL | 211.85º | 0.85% | 0.52% | - |
| HSV(B) | 211.85º | 0.89% | 0.93% | - |
| XYZ | 23.05 | 21 | 82.96 | - |
| YUV | 108.17 | 200.7 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 125 | 237 | 0.89 | 0.47 | 0 | 0.07 | 211.85 | 0.85 | 0.52 |
| Hex | 1A | 7D | ED | 59 | 2F | 0 | 7 | D4 | 55 | 34 |
| Octal | 32 | 175 | 355 | 131 | 57 | 0 | 7 | 324 | 125 | 64 |
| Binary | 11010 | 1111101 | 11101101 | 1011001 | 101111 | 0 | 111 | 11010100 | 1010101 | 110100 |
Color Harmonies of #1A7DED
Complementary color
Monochromatic Colors of #1A7DED
Black with #1A7DED
Text Example
Text Example
White with #1A7DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7DED; }
p { color: rgb(26,125,237); }
H1.HeaderClassName
{
color: #1A7DED;
}
.AnyTagClassName
{
color: #1A7DED;
}
</style>
background-color css
<style>
a { background-color: #1A7DED; }
a { background-color: rgb(26,125,237); }
div.DivClassName
{
background-color: #1A7DED;
}
.BgClassName
{
background-color: #1A7DED;
}
</style>
border-color css
<style>
span { border-color: #1A7DED; }
span { border-color: rgb(26,125,237); }
td.TdClassName
{
border-color: #1A7DED;
}
.TagClassName
{
border-color: #1A7DED;
}
</style>