Shades of Dodger Blue #1A8AFC
Tints of Dodger Blue #1A8AFC
RGB
CMYK
RGB Variations
Color information
#1A8AFC (or 0x1A8AFC) is known color: Dodger Blue. HEX triplet: 1A, 8A and FC. RGB value is (26,138,252). Sum of RGB (Red+Green+Blue) = 26+138+252=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A8AFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8AFC is #E57503. Grayscale: #747474. Windows color (decimal): -15037700 or 16550426. OLE color: 16550426.
HSL color Cylindrical-coordinate representation of color #1A8AFC: hue angle of 210.27º 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 #1A8AFC is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 138 | 252 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.01 |
| HSL | 210.27º | 0.97% | 0.55% | - |
| HSV(B) | 210.27º | 0.9% | 0.99% | - |
| XYZ | 27.09 | 25.42 | 95.58 | - |
| YUV | 117.51 | 203.89 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 138 | 252 | 0.90 | 0.45 | 0 | 0.01 | 210.27 | 0.97 | 0.55 |
| Hex | 1A | 8A | FC | 5A | 2D | 0 | 1 | D2 | 61 | 37 |
| Octal | 32 | 212 | 374 | 132 | 55 | 0 | 1 | 322 | 141 | 67 |
| Binary | 11010 | 10001010 | 11111100 | 1011010 | 101101 | 0 | 1 | 11010010 | 1100001 | 110111 |
Color Harmonies of #1A8AFC
Complementary color
Monochromatic Colors of #1A8AFC
Black with #1A8AFC
Text Example
Text Example
White with #1A8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8AFC; }
p { color: rgb(26,138,252); }
H1.HeaderClassName
{
color: #1A8AFC;
}
.AnyTagClassName
{
color: #1A8AFC;
}
</style>
background-color css
<style>
a { background-color: #1A8AFC; }
a { background-color: rgb(26,138,252); }
div.DivClassName
{
background-color: #1A8AFC;
}
.BgClassName
{
background-color: #1A8AFC;
}
</style>
border-color css
<style>
span { border-color: #1A8AFC; }
span { border-color: rgb(26,138,252); }
td.TdClassName
{
border-color: #1A8AFC;
}
.TagClassName
{
border-color: #1A8AFC;
}
</style>