Shades of Dodger Blue #1A8FFF
Tints of Dodger Blue #1A8FFF
RGB
CMYK
RGB Variations
Color information
#1A8FFF (or 0x1A8FFF) is known color: Dodger Blue. HEX triplet: 1A, 8F and FF. RGB value is (26,143,255). Sum of RGB (Red+Green+Blue) = 26+143+255=424 (56% of max value = 765). Red value is 26 (10.55% from 255 or 6.13% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A8FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8FFF is #E57000. Grayscale: #787878. Windows color (decimal): -15036417 or 16748314. OLE color: 16748314.
HSL color Cylindrical-coordinate representation of color #1A8FFF: hue angle of 209.34º 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 #1A8FFF is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 143 | 255 | - |
| CMYK | 0.90 | 0.44 | 0 | 0 |
| HSL | 209.35º | 1% | 0.55% | - |
| HSV(B) | 209.35º | 0.9% | 1% | - |
| XYZ | 28.3 | 27.08 | 98.34 | - |
| YUV | 120.79 | 203.74 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 143 | 255 | 0.90 | 0.44 | 0 | 0 | 209.35 | 1 | 0.55 |
| Hex | 1A | 8F | FF | 5A | 2C | 0 | 0 | D1 | 64 | 37 |
| Octal | 32 | 217 | 377 | 132 | 54 | 0 | 0 | 321 | 144 | 67 |
| Binary | 11010 | 10001111 | 11111111 | 1011010 | 101100 | 0 | 0 | 11010001 | 1100100 | 110111 |
Color Harmonies of #1A8FFF
Complementary color
Monochromatic Colors of #1A8FFF
Black with #1A8FFF
Text Example
Text Example
White with #1A8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8FFF; }
p { color: rgb(26,143,255); }
H1.HeaderClassName
{
color: #1A8FFF;
}
.AnyTagClassName
{
color: #1A8FFF;
}
</style>
background-color css
<style>
a { background-color: #1A8FFF; }
a { background-color: rgb(26,143,255); }
div.DivClassName
{
background-color: #1A8FFF;
}
.BgClassName
{
background-color: #1A8FFF;
}
</style>
border-color css
<style>
span { border-color: #1A8FFF; }
span { border-color: rgb(26,143,255); }
td.TdClassName
{
border-color: #1A8FFF;
}
.TagClassName
{
border-color: #1A8FFF;
}
</style>