Shades of Dodger Blue #1A7AFB
Tints of Dodger Blue #1A7AFB
RGB
CMYK
RGB Variations
Color information
#1A7AFB (or 0x1A7AFB) is known color: Dodger Blue. HEX triplet: 1A, 7A and FB. RGB value is (26,122,251). Sum of RGB (Red+Green+Blue) = 26+122+251=399 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.52% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A7AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A7AFB is #E58504. Grayscale: #6B6B6B. Windows color (decimal): -15041797 or 16480794. OLE color: 16480794.
HSL color Cylindrical-coordinate representation of color #1A7AFB: hue angle of 214.4º 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 #1A7AFB is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 122 | 251 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.02 |
| HSL | 214.4º | 0.97% | 0.54% | - |
| HSV(B) | 214.4º | 0.9% | 0.98% | - |
| XYZ | 24.8 | 21.1 | 94.03 | - |
| YUV | 108 | 208.7 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 122 | 251 | 0.90 | 0.51 | 0 | 0.02 | 214.4 | 0.97 | 0.54 |
| Hex | 1A | 7A | FB | 5A | 33 | 0 | 2 | D6 | 61 | 36 |
| Octal | 32 | 172 | 373 | 132 | 63 | 0 | 2 | 326 | 141 | 66 |
| Binary | 11010 | 1111010 | 11111011 | 1011010 | 110011 | 0 | 10 | 11010110 | 1100001 | 110110 |
Color Harmonies of #1A7AFB
Complementary color
Monochromatic Colors of #1A7AFB
Black with #1A7AFB
Text Example
Text Example
White with #1A7AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7AFB; }
p { color: rgb(26,122,251); }
H1.HeaderClassName
{
color: #1A7AFB;
}
.AnyTagClassName
{
color: #1A7AFB;
}
</style>
background-color css
<style>
a { background-color: #1A7AFB; }
a { background-color: rgb(26,122,251); }
div.DivClassName
{
background-color: #1A7AFB;
}
.BgClassName
{
background-color: #1A7AFB;
}
</style>
border-color css
<style>
span { border-color: #1A7AFB; }
span { border-color: rgb(26,122,251); }
td.TdClassName
{
border-color: #1A7AFB;
}
.TagClassName
{
border-color: #1A7AFB;
}
</style>