Shades of Dodger Blue #1FA5FF
Tints of Dodger Blue #1FA5FF
RGB
CMYK
RGB Variations
Color information
#1FA5FF (or 0x1FA5FF) is known color: Dodger Blue. HEX triplet: 1F, A5 and FF. RGB value is (31,165,255). Sum of RGB (Red+Green+Blue) = 31+165+255=451 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.87% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FA5FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA5FF is #E05A00. Grayscale: #868686. Windows color (decimal): -14703105 or 16753951. OLE color: 16753951.
HSL color Cylindrical-coordinate representation of color #1FA5FF: hue angle of 204.11º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FA5FF is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 165 | 255 | - |
| CMYK | 0.88 | 0.35 | 0 | 0 |
| HSL | 204.11º | 1% | 0.56% | - |
| HSV(B) | 204.11º | 0.88% | 1% | - |
| XYZ | 32.07 | 34.42 | 99.56 | - |
| YUV | 135.19 | 195.61 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 165 | 255 | 0.88 | 0.35 | 0 | 0 | 204.11 | 1 | 0.56 |
| Hex | 1F | A5 | FF | 58 | 23 | 0 | 0 | CC | 64 | 38 |
| Octal | 37 | 245 | 377 | 130 | 43 | 0 | 0 | 314 | 144 | 70 |
| Binary | 11111 | 10100101 | 11111111 | 1011000 | 100011 | 0 | 0 | 11001100 | 1100100 | 111000 |
Color Harmonies of #1FA5FF
Complementary color
Monochromatic Colors of #1FA5FF
Black with #1FA5FF
Text Example
Text Example
White with #1FA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA5FF; }
p { color: rgb(31,165,255); }
H1.HeaderClassName
{
color: #1FA5FF;
}
.AnyTagClassName
{
color: #1FA5FF;
}
</style>
background-color css
<style>
a { background-color: #1FA5FF; }
a { background-color: rgb(31,165,255); }
div.DivClassName
{
background-color: #1FA5FF;
}
.BgClassName
{
background-color: #1FA5FF;
}
</style>
border-color css
<style>
span { border-color: #1FA5FF; }
span { border-color: rgb(31,165,255); }
td.TdClassName
{
border-color: #1FA5FF;
}
.TagClassName
{
border-color: #1FA5FF;
}
</style>