Shades of Dodger Blue #1A8AFE
Tints of Dodger Blue #1A8AFE
RGB
CMYK
RGB Variations
Color information
#1A8AFE (or 0x1A8AFE) is known color: Dodger Blue. HEX triplet: 1A, 8A and FE. RGB value is (26,138,254). Sum of RGB (Red+Green+Blue) = 26+138+254=418 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.22% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #1A8AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8AFE is #E57501. Grayscale: #757575. Windows color (decimal): -15037698 or 16681498. OLE color: 16681498.
HSL color Cylindrical-coordinate representation of color #1A8AFE: hue angle of 210.53º 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 #1A8AFE is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 138 | 254 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.00 |
| HSL | 210.53º | 0.99% | 0.55% | - |
| HSV(B) | 210.53º | 0.9% | 1% | - |
| XYZ | 27.4 | 25.55 | 97.25 | - |
| YUV | 117.74 | 204.89 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 138 | 254 | 0.90 | 0.46 | 0 | 0.00 | 210.53 | 0.99 | 0.55 |
| Hex | 1A | 8A | FE | 5A | 2E | 0 | 0 | D3 | 63 | 37 |
| Octal | 32 | 212 | 376 | 132 | 56 | 0 | 0 | 323 | 143 | 67 |
| Binary | 11010 | 10001010 | 11111110 | 1011010 | 101110 | 0 | 0 | 11010011 | 1100011 | 110111 |
Color Harmonies of #1A8AFE
Complementary color
Monochromatic Colors of #1A8AFE
Black with #1A8AFE
Text Example
Text Example
White with #1A8AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8AFE; }
p { color: rgb(26,138,254); }
H1.HeaderClassName
{
color: #1A8AFE;
}
.AnyTagClassName
{
color: #1A8AFE;
}
</style>
background-color css
<style>
a { background-color: #1A8AFE; }
a { background-color: rgb(26,138,254); }
div.DivClassName
{
background-color: #1A8AFE;
}
.BgClassName
{
background-color: #1A8AFE;
}
</style>
border-color css
<style>
span { border-color: #1A8AFE; }
span { border-color: rgb(26,138,254); }
td.TdClassName
{
border-color: #1A8AFE;
}
.TagClassName
{
border-color: #1A8AFE;
}
</style>