Shades of Dodger Blue #1FA5FD
Tints of Dodger Blue #1FA5FD
RGB
CMYK
RGB Variations
Color information
#1FA5FD (or 0x1FA5FD) is known color: Dodger Blue. HEX triplet: 1F, A5 and FD. RGB value is (31,165,253). Sum of RGB (Red+Green+Blue) = 31+165+253=449 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.90% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FA5FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA5FD is #E05A02. Grayscale: #868686. Windows color (decimal): -14703107 or 16622879. OLE color: 16622879.
HSL color Cylindrical-coordinate representation of color #1FA5FD: hue angle of 203.78º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FA5FD is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 165 | 253 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.01 |
| HSL | 203.78º | 0.98% | 0.56% | - |
| HSV(B) | 203.78º | 0.88% | 0.99% | - |
| XYZ | 31.75 | 34.29 | 97.87 | - |
| YUV | 134.97 | 194.61 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 165 | 253 | 0.88 | 0.35 | 0 | 0.01 | 203.78 | 0.98 | 0.56 |
| Hex | 1F | A5 | FD | 58 | 23 | 0 | 1 | CC | 62 | 38 |
| Octal | 37 | 245 | 375 | 130 | 43 | 0 | 1 | 314 | 142 | 70 |
| Binary | 11111 | 10100101 | 11111101 | 1011000 | 100011 | 0 | 1 | 11001100 | 1100010 | 111000 |
Color Harmonies of #1FA5FD
Complementary color
Monochromatic Colors of #1FA5FD
Black with #1FA5FD
Text Example
Text Example
White with #1FA5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA5FD; }
p { color: rgb(31,165,253); }
H1.HeaderClassName
{
color: #1FA5FD;
}
.AnyTagClassName
{
color: #1FA5FD;
}
</style>
background-color css
<style>
a { background-color: #1FA5FD; }
a { background-color: rgb(31,165,253); }
div.DivClassName
{
background-color: #1FA5FD;
}
.BgClassName
{
background-color: #1FA5FD;
}
</style>
border-color css
<style>
span { border-color: #1FA5FD; }
span { border-color: rgb(31,165,253); }
td.TdClassName
{
border-color: #1FA5FD;
}
.TagClassName
{
border-color: #1FA5FD;
}
</style>