Shades of Dodger Blue #1A8BFF
Tints of Dodger Blue #1A8BFF
RGB
CMYK
RGB Variations
Color information
#1A8BFF (or 0x1A8BFF) is known color: Dodger Blue. HEX triplet: 1A, 8B and FF. RGB value is (26,139,255). Sum of RGB (Red+Green+Blue) = 26+139+255=420 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.19% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A8BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8BFF is #E57400. Grayscale: #757575. Windows color (decimal): -15037441 or 16747290. OLE color: 16747290.
HSL color Cylindrical-coordinate representation of color #1A8BFF: hue angle of 210.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A8BFF is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 139 | 255 | - |
| CMYK | 0.90 | 0.45 | 0 | 0 |
| HSL | 210.39º | 1% | 0.55% | - |
| HSV(B) | 210.39º | 0.9% | 1% | - |
| XYZ | 27.71 | 25.9 | 98.15 | - |
| YUV | 118.44 | 205.06 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 255 | 0.90 | 0.45 | 0 | 0 | 210.39 | 1 | 0.55 |
| Hex | 1A | 8B | FF | 5A | 2D | 0 | 0 | D2 | 64 | 37 |
| Octal | 32 | 213 | 377 | 132 | 55 | 0 | 0 | 322 | 144 | 67 |
| Binary | 11010 | 10001011 | 11111111 | 1011010 | 101101 | 0 | 0 | 11010010 | 1100100 | 110111 |
Color Harmonies of #1A8BFF
Complementary color
Monochromatic Colors of #1A8BFF
Black with #1A8BFF
Text Example
Text Example
White with #1A8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8BFF; }
p { color: rgb(26,139,255); }
H1.HeaderClassName
{
color: #1A8BFF;
}
.AnyTagClassName
{
color: #1A8BFF;
}
</style>
background-color css
<style>
a { background-color: #1A8BFF; }
a { background-color: rgb(26,139,255); }
div.DivClassName
{
background-color: #1A8BFF;
}
.BgClassName
{
background-color: #1A8BFF;
}
</style>
border-color css
<style>
span { border-color: #1A8BFF; }
span { border-color: rgb(26,139,255); }
td.TdClassName
{
border-color: #1A8BFF;
}
.TagClassName
{
border-color: #1A8BFF;
}
</style>