Shades of Dodger Blue #1A6CFE
Tints of Dodger Blue #1A6CFE
RGB
CMYK
RGB Variations
Color information
#1A6CFE (or 0x1A6CFE) is known color: Dodger Blue. HEX triplet: 1A, 6C and FE. RGB value is (26,108,254). Sum of RGB (Red+Green+Blue) = 26+108+254=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #1A6CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6CFE is #E59301. Grayscale: #636363. Windows color (decimal): -15045378 or 16673818. OLE color: 16673818.
HSL color Cylindrical-coordinate representation of color #1A6CFE: hue angle of 218.42º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A6CFE is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 108 | 254 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.00 |
| HSL | 218.42º | 0.99% | 0.55% | - |
| HSV(B) | 218.42º | 0.9% | 1% | - |
| XYZ | 23.68 | 18.1 | 96.01 | - |
| YUV | 100.13 | 214.83 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 108 | 254 | 0.90 | 0.57 | 0 | 0.00 | 218.42 | 0.99 | 0.55 |
| Hex | 1A | 6C | FE | 5A | 39 | 0 | 0 | DA | 63 | 37 |
| Octal | 32 | 154 | 376 | 132 | 71 | 0 | 0 | 332 | 143 | 67 |
| Binary | 11010 | 1101100 | 11111110 | 1011010 | 111001 | 0 | 0 | 11011010 | 1100011 | 110111 |
Color Harmonies of #1A6CFE
Complementary color
Monochromatic Colors of #1A6CFE
Black with #1A6CFE
Text Example
Text Example
White with #1A6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6CFE; }
p { color: rgb(26,108,254); }
H1.HeaderClassName
{
color: #1A6CFE;
}
.AnyTagClassName
{
color: #1A6CFE;
}
</style>
background-color css
<style>
a { background-color: #1A6CFE; }
a { background-color: rgb(26,108,254); }
div.DivClassName
{
background-color: #1A6CFE;
}
.BgClassName
{
background-color: #1A6CFE;
}
</style>
border-color css
<style>
span { border-color: #1A6CFE; }
span { border-color: rgb(26,108,254); }
td.TdClassName
{
border-color: #1A6CFE;
}
.TagClassName
{
border-color: #1A6CFE;
}
</style>