Shades of Dodger Blue #1A99FC
Tints of Dodger Blue #1A99FC
RGB
CMYK
RGB Variations
Color information
#1A99FC (or 0x1A99FC) is known color: Dodger Blue. HEX triplet: 1A, 99 and FC. RGB value is (26,153,252). Sum of RGB (Red+Green+Blue) = 26+153+252=431 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.03% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A99FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A99FC is #E56603. Grayscale: #7D7D7D. Windows color (decimal): -15033860 or 16554266. OLE color: 16554266.
HSL color Cylindrical-coordinate representation of color #1A99FC: hue angle of 206.28º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A99FC is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 153 | 252 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.01 |
| HSL | 206.28º | 0.97% | 0.55% | - |
| HSV(B) | 206.28º | 0.9% | 0.99% | - |
| XYZ | 29.39 | 30.03 | 96.34 | - |
| YUV | 126.31 | 198.92 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 153 | 252 | 0.90 | 0.39 | 0 | 0.01 | 206.28 | 0.97 | 0.55 |
| Hex | 1A | 99 | FC | 5A | 27 | 0 | 1 | CE | 61 | 37 |
| Octal | 32 | 231 | 374 | 132 | 47 | 0 | 1 | 316 | 141 | 67 |
| Binary | 11010 | 10011001 | 11111100 | 1011010 | 100111 | 0 | 1 | 11001110 | 1100001 | 110111 |
Color Harmonies of #1A99FC
Complementary color
Monochromatic Colors of #1A99FC
Black with #1A99FC
Text Example
Text Example
White with #1A99FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A99FC; }
p { color: rgb(26,153,252); }
H1.HeaderClassName
{
color: #1A99FC;
}
.AnyTagClassName
{
color: #1A99FC;
}
</style>
background-color css
<style>
a { background-color: #1A99FC; }
a { background-color: rgb(26,153,252); }
div.DivClassName
{
background-color: #1A99FC;
}
.BgClassName
{
background-color: #1A99FC;
}
</style>
border-color css
<style>
span { border-color: #1A99FC; }
span { border-color: rgb(26,153,252); }
td.TdClassName
{
border-color: #1A99FC;
}
.TagClassName
{
border-color: #1A99FC;
}
</style>