Shades of Dodger Blue #1AADFC
Tints of Dodger Blue #1AADFC
RGB
CMYK
RGB Variations
Color information
#1AADFC (or 0x1AADFC) is known color: Dodger Blue. HEX triplet: 1A, AD and FC. RGB value is (26,173,252). Sum of RGB (Red+Green+Blue) = 26+173+252=451 (59% of max value = 765). Red value is 26 (10.55% from 255 or 5.76% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #1AADFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AADFC is #E55203. Grayscale: #898989. Windows color (decimal): -15028740 or 16559386. OLE color: 16559386.
HSL color Cylindrical-coordinate representation of color #1AADFC: hue angle of 200.97º 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 #1AADFC is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 173 | 252 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.01 |
| HSL | 200.97º | 0.97% | 0.55% | - |
| HSV(B) | 200.97º | 0.9% | 0.99% | - |
| XYZ | 32.94 | 37.14 | 97.53 | - |
| YUV | 138.05 | 192.3 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 252 | 0.90 | 0.31 | 0 | 0.01 | 200.97 | 0.97 | 0.55 |
| Hex | 1A | AD | FC | 5A | 1F | 0 | 1 | C9 | 61 | 37 |
| Octal | 32 | 255 | 374 | 132 | 37 | 0 | 1 | 311 | 141 | 67 |
| Binary | 11010 | 10101101 | 11111100 | 1011010 | 11111 | 0 | 1 | 11001001 | 1100001 | 110111 |
Color Harmonies of #1AADFC
Complementary color
Monochromatic Colors of #1AADFC
Black with #1AADFC
Text Example
Text Example
White with #1AADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AADFC; }
p { color: rgb(26,173,252); }
H1.HeaderClassName
{
color: #1AADFC;
}
.AnyTagClassName
{
color: #1AADFC;
}
</style>
background-color css
<style>
a { background-color: #1AADFC; }
a { background-color: rgb(26,173,252); }
div.DivClassName
{
background-color: #1AADFC;
}
.BgClassName
{
background-color: #1AADFC;
}
</style>
border-color css
<style>
span { border-color: #1AADFC; }
span { border-color: rgb(26,173,252); }
td.TdClassName
{
border-color: #1AADFC;
}
.TagClassName
{
border-color: #1AADFC;
}
</style>