Shades of Dodger Blue #1A7FFF
Tints of Dodger Blue #1A7FFF
RGB
CMYK
RGB Variations
Color information
#1A7FFF (or 0x1A7FFF) is known color: Dodger Blue. HEX triplet: 1A, 7F and FF. RGB value is (26,127,255). Sum of RGB (Red+Green+Blue) = 26+127+255=408 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.37% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A7FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A7FFF is #E58000. Grayscale: #6E6E6E. Windows color (decimal): -15040513 or 16744218. OLE color: 16744218.
HSL color Cylindrical-coordinate representation of color #1A7FFF: hue angle of 213.54º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A7FFF is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 127 | 255 | - |
| CMYK | 0.90 | 0.50 | 0 | 0 |
| HSL | 213.54º | 1% | 0.55% | - |
| HSV(B) | 213.54º | 0.9% | 1% | - |
| XYZ | 26.07 | 22.62 | 97.6 | - |
| YUV | 111.39 | 209.04 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 127 | 255 | 0.90 | 0.50 | 0 | 0 | 213.54 | 1 | 0.55 |
| Hex | 1A | 7F | FF | 5A | 32 | 0 | 0 | D6 | 64 | 37 |
| Octal | 32 | 177 | 377 | 132 | 62 | 0 | 0 | 326 | 144 | 67 |
| Binary | 11010 | 1111111 | 11111111 | 1011010 | 110010 | 0 | 0 | 11010110 | 1100100 | 110111 |
Color Harmonies of #1A7FFF
Complementary color
Monochromatic Colors of #1A7FFF
Black with #1A7FFF
Text Example
Text Example
White with #1A7FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7FFF; }
p { color: rgb(26,127,255); }
H1.HeaderClassName
{
color: #1A7FFF;
}
.AnyTagClassName
{
color: #1A7FFF;
}
</style>
background-color css
<style>
a { background-color: #1A7FFF; }
a { background-color: rgb(26,127,255); }
div.DivClassName
{
background-color: #1A7FFF;
}
.BgClassName
{
background-color: #1A7FFF;
}
</style>
border-color css
<style>
span { border-color: #1A7FFF; }
span { border-color: rgb(26,127,255); }
td.TdClassName
{
border-color: #1A7FFF;
}
.TagClassName
{
border-color: #1A7FFF;
}
</style>