Shades of Dodger Blue #1A6EFC
Tints of Dodger Blue #1A6EFC
RGB
CMYK
RGB Variations
Color information
#1A6EFC (or 0x1A6EFC) is known color: Dodger Blue. HEX triplet: 1A, 6E and FC. RGB value is (26,110,252). Sum of RGB (Red+Green+Blue) = 26+110+252=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A6EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6EFC is #E59103. Grayscale: #646464. Windows color (decimal): -15044868 or 16543258. OLE color: 16543258.
HSL color Cylindrical-coordinate representation of color #1A6EFC: hue angle of 217.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A6EFC is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 110 | 252 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.01 |
| HSL | 217.7º | 0.97% | 0.55% | - |
| HSV(B) | 217.7º | 0.9% | 0.99% | - |
| XYZ | 23.57 | 18.4 | 94.4 | - |
| YUV | 101.07 | 213.17 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 110 | 252 | 0.90 | 0.56 | 0 | 0.01 | 217.7 | 0.97 | 0.55 |
| Hex | 1A | 6E | FC | 5A | 38 | 0 | 1 | DA | 61 | 37 |
| Octal | 32 | 156 | 374 | 132 | 70 | 0 | 1 | 332 | 141 | 67 |
| Binary | 11010 | 1101110 | 11111100 | 1011010 | 111000 | 0 | 1 | 11011010 | 1100001 | 110111 |
Color Harmonies of #1A6EFC
Complementary color
Monochromatic Colors of #1A6EFC
Black with #1A6EFC
Text Example
Text Example
White with #1A6EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6EFC; }
p { color: rgb(26,110,252); }
H1.HeaderClassName
{
color: #1A6EFC;
}
.AnyTagClassName
{
color: #1A6EFC;
}
</style>
background-color css
<style>
a { background-color: #1A6EFC; }
a { background-color: rgb(26,110,252); }
div.DivClassName
{
background-color: #1A6EFC;
}
.BgClassName
{
background-color: #1A6EFC;
}
</style>
border-color css
<style>
span { border-color: #1A6EFC; }
span { border-color: rgb(26,110,252); }
td.TdClassName
{
border-color: #1A6EFC;
}
.TagClassName
{
border-color: #1A6EFC;
}
</style>