Shades of Dodger Blue #1A8BFB
Tints of Dodger Blue #1A8BFB
RGB
CMYK
RGB Variations
Color information
#1A8BFB (or 0x1A8BFB) is known color: Dodger Blue. HEX triplet: 1A, 8B and FB. RGB value is (26,139,251). Sum of RGB (Red+Green+Blue) = 26+139+251=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A8BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8BFB is #E57404. Grayscale: #757575. Windows color (decimal): -15037445 or 16485146. OLE color: 16485146.
HSL color Cylindrical-coordinate representation of color #1A8BFB: hue angle of 209.87º 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 #1A8BFB is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 139 | 251 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.02 |
| HSL | 209.87º | 0.97% | 0.54% | - |
| HSV(B) | 209.87º | 0.9% | 0.98% | - |
| XYZ | 27.07 | 25.65 | 94.79 | - |
| YUV | 117.98 | 203.06 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 251 | 0.90 | 0.45 | 0 | 0.02 | 209.87 | 0.97 | 0.54 |
| Hex | 1A | 8B | FB | 5A | 2D | 0 | 2 | D2 | 61 | 36 |
| Octal | 32 | 213 | 373 | 132 | 55 | 0 | 2 | 322 | 141 | 66 |
| Binary | 11010 | 10001011 | 11111011 | 1011010 | 101101 | 0 | 10 | 11010010 | 1100001 | 110110 |
Color Harmonies of #1A8BFB
Complementary color
Monochromatic Colors of #1A8BFB
Black with #1A8BFB
Text Example
Text Example
White with #1A8BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8BFB; }
p { color: rgb(26,139,251); }
H1.HeaderClassName
{
color: #1A8BFB;
}
.AnyTagClassName
{
color: #1A8BFB;
}
</style>
background-color css
<style>
a { background-color: #1A8BFB; }
a { background-color: rgb(26,139,251); }
div.DivClassName
{
background-color: #1A8BFB;
}
.BgClassName
{
background-color: #1A8BFB;
}
</style>
border-color css
<style>
span { border-color: #1A8BFB; }
span { border-color: rgb(26,139,251); }
td.TdClassName
{
border-color: #1A8BFB;
}
.TagClassName
{
border-color: #1A8BFB;
}
</style>