Shades of Dodger Blue #1A8FFB
Tints of Dodger Blue #1A8FFB
RGB
CMYK
RGB Variations
Color information
#1A8FFB (or 0x1A8FFB) is known color: Dodger Blue. HEX triplet: 1A, 8F and FB. RGB value is (26,143,251). Sum of RGB (Red+Green+Blue) = 26+143+251=420 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.19% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A8FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8FFB is #E57004. Grayscale: #777777. Windows color (decimal): -15036421 or 16486170. OLE color: 16486170.
HSL color Cylindrical-coordinate representation of color #1A8FFB: hue angle of 208.8º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A8FFB is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 143 | 251 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.02 |
| HSL | 208.8º | 0.97% | 0.54% | - |
| HSV(B) | 208.8º | 0.9% | 0.98% | - |
| XYZ | 27.66 | 26.83 | 94.99 | - |
| YUV | 120.33 | 201.74 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 143 | 251 | 0.90 | 0.43 | 0 | 0.02 | 208.8 | 0.97 | 0.54 |
| Hex | 1A | 8F | FB | 5A | 2B | 0 | 2 | D1 | 61 | 36 |
| Octal | 32 | 217 | 373 | 132 | 53 | 0 | 2 | 321 | 141 | 66 |
| Binary | 11010 | 10001111 | 11111011 | 1011010 | 101011 | 0 | 10 | 11010001 | 1100001 | 110110 |
Color Harmonies of #1A8FFB
Complementary color
Monochromatic Colors of #1A8FFB
Black with #1A8FFB
Text Example
Text Example
White with #1A8FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8FFB; }
p { color: rgb(26,143,251); }
H1.HeaderClassName
{
color: #1A8FFB;
}
.AnyTagClassName
{
color: #1A8FFB;
}
</style>
background-color css
<style>
a { background-color: #1A8FFB; }
a { background-color: rgb(26,143,251); }
div.DivClassName
{
background-color: #1A8FFB;
}
.BgClassName
{
background-color: #1A8FFB;
}
</style>
border-color css
<style>
span { border-color: #1A8FFB; }
span { border-color: rgb(26,143,251); }
td.TdClassName
{
border-color: #1A8FFB;
}
.TagClassName
{
border-color: #1A8FFB;
}
</style>