Shades of Dodger Blue #1FA5F9
Tints of Dodger Blue #1FA5F9
RGB
CMYK
RGB Variations
Color information
#1FA5F9 (or 0x1FA5F9) is known color: Dodger Blue. HEX triplet: 1F, A5 and F9. RGB value is (31,165,249). Sum of RGB (Red+Green+Blue) = 31+165+249=445 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.97% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #1FA5F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA5F9 is #E05A06. Grayscale: #868686. Windows color (decimal): -14703111 or 16360735. OLE color: 16360735.
HSL color Cylindrical-coordinate representation of color #1FA5F9: hue angle of 203.12º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FA5F9 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 165 | 249 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.02 |
| HSL | 203.12º | 0.95% | 0.55% | - |
| HSV(B) | 203.12º | 0.88% | 0.98% | - |
| XYZ | 31.12 | 34.04 | 94.55 | - |
| YUV | 134.51 | 192.61 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 165 | 249 | 0.88 | 0.34 | 0 | 0.02 | 203.12 | 0.95 | 0.55 |
| Hex | 1F | A5 | F9 | 58 | 22 | 0 | 2 | CB | 5F | 37 |
| Octal | 37 | 245 | 371 | 130 | 42 | 0 | 2 | 313 | 137 | 67 |
| Binary | 11111 | 10100101 | 11111001 | 1011000 | 100010 | 0 | 10 | 11001011 | 1011111 | 110111 |
Color Harmonies of #1FA5F9
Complementary color
Monochromatic Colors of #1FA5F9
Black with #1FA5F9
Text Example
Text Example
White with #1FA5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA5F9; }
p { color: rgb(31,165,249); }
H1.HeaderClassName
{
color: #1FA5F9;
}
.AnyTagClassName
{
color: #1FA5F9;
}
</style>
background-color css
<style>
a { background-color: #1FA5F9; }
a { background-color: rgb(31,165,249); }
div.DivClassName
{
background-color: #1FA5F9;
}
.BgClassName
{
background-color: #1FA5F9;
}
</style>
border-color css
<style>
span { border-color: #1FA5F9; }
span { border-color: rgb(31,165,249); }
td.TdClassName
{
border-color: #1FA5F9;
}
.TagClassName
{
border-color: #1FA5F9;
}
</style>