Shades of Dodger Blue #1A99FF
Tints of Dodger Blue #1A99FF
RGB
CMYK
RGB Variations
Color information
#1A99FF (or 0x1A99FF) is known color: Dodger Blue. HEX triplet: 1A, 99 and FF. RGB value is (26,153,255). Sum of RGB (Red+Green+Blue) = 26+153+255=434 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.99% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A99FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A99FF is #E56600. Grayscale: #7E7E7E. Windows color (decimal): -15033857 or 16750874. OLE color: 16750874.
HSL color Cylindrical-coordinate representation of color #1A99FF: hue angle of 206.72º 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 #1A99FF is Cyan = 0.90, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 153 | 255 | - |
| CMYK | 0.90 | 0.4 | 0 | 0 |
| HSL | 206.72º | 1% | 0.55% | - |
| HSV(B) | 206.72º | 0.9% | 1% | - |
| XYZ | 29.87 | 30.22 | 98.87 | - |
| YUV | 126.66 | 200.42 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 153 | 255 | 0.90 | 0.4 | 0 | 0 | 206.72 | 1 | 0.55 |
| Hex | 1A | 99 | FF | 5A | 28 | 0 | 0 | CF | 64 | 37 |
| Octal | 32 | 231 | 377 | 132 | 50 | 0 | 0 | 317 | 144 | 67 |
| Binary | 11010 | 10011001 | 11111111 | 1011010 | 101000 | 0 | 0 | 11001111 | 1100100 | 110111 |
Color Harmonies of #1A99FF
Complementary color
Monochromatic Colors of #1A99FF
Black with #1A99FF
Text Example
Text Example
White with #1A99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A99FF; }
p { color: rgb(26,153,255); }
H1.HeaderClassName
{
color: #1A99FF;
}
.AnyTagClassName
{
color: #1A99FF;
}
</style>
background-color css
<style>
a { background-color: #1A99FF; }
a { background-color: rgb(26,153,255); }
div.DivClassName
{
background-color: #1A99FF;
}
.BgClassName
{
background-color: #1A99FF;
}
</style>
border-color css
<style>
span { border-color: #1A99FF; }
span { border-color: rgb(26,153,255); }
td.TdClassName
{
border-color: #1A99FF;
}
.TagClassName
{
border-color: #1A99FF;
}
</style>