Shades of Dodger Blue #1A8AFD
Tints of Dodger Blue #1A8AFD
RGB
CMYK
RGB Variations
Color information
#1A8AFD (or 0x1A8AFD) is known color: Dodger Blue. HEX triplet: 1A, 8A and FD. RGB value is (26,138,253). Sum of RGB (Red+Green+Blue) = 26+138+253=417 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.24% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #1A8AFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8AFD is #E57502. Grayscale: #757575. Windows color (decimal): -15037699 or 16615962. OLE color: 16615962.
HSL color Cylindrical-coordinate representation of color #1A8AFD: hue angle of 210.4º degrees, saturation: 0.98, 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 #1A8AFD is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 138 | 253 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.01 |
| HSL | 210.4º | 0.98% | 0.55% | - |
| HSV(B) | 210.4º | 0.9% | 0.99% | - |
| XYZ | 27.24 | 25.49 | 96.41 | - |
| YUV | 117.62 | 204.39 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 138 | 253 | 0.90 | 0.45 | 0 | 0.01 | 210.4 | 0.98 | 0.55 |
| Hex | 1A | 8A | FD | 5A | 2D | 0 | 1 | D2 | 62 | 37 |
| Octal | 32 | 212 | 375 | 132 | 55 | 0 | 1 | 322 | 142 | 67 |
| Binary | 11010 | 10001010 | 11111101 | 1011010 | 101101 | 0 | 1 | 11010010 | 1100010 | 110111 |
Color Harmonies of #1A8AFD
Complementary color
Monochromatic Colors of #1A8AFD
Black with #1A8AFD
Text Example
Text Example
White with #1A8AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8AFD; }
p { color: rgb(26,138,253); }
H1.HeaderClassName
{
color: #1A8AFD;
}
.AnyTagClassName
{
color: #1A8AFD;
}
</style>
background-color css
<style>
a { background-color: #1A8AFD; }
a { background-color: rgb(26,138,253); }
div.DivClassName
{
background-color: #1A8AFD;
}
.BgClassName
{
background-color: #1A8AFD;
}
</style>
border-color css
<style>
span { border-color: #1A8AFD; }
span { border-color: rgb(26,138,253); }
td.TdClassName
{
border-color: #1A8AFD;
}
.TagClassName
{
border-color: #1A8AFD;
}
</style>