Shades of Dodger Blue #1FA6FF
Tints of Dodger Blue #1FA6FF
RGB
CMYK
RGB Variations
Color information
#1FA6FF (or 0x1FA6FF) is known color: Dodger Blue. HEX triplet: 1F, A6 and FF. RGB value is (31,166,255). Sum of RGB (Red+Green+Blue) = 31+166+255=452 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.86% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FA6FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA6FF is #E05900. Grayscale: #878787. Windows color (decimal): -14702849 or 16754207. OLE color: 16754207.
HSL color Cylindrical-coordinate representation of color #1FA6FF: hue angle of 203.84º 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 #1FA6FF is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 166 | 255 | - |
| CMYK | 0.88 | 0.35 | 0 | 0 |
| HSL | 203.84º | 1% | 0.56% | - |
| HSV(B) | 203.84º | 0.88% | 1% | - |
| XYZ | 32.25 | 34.78 | 99.62 | - |
| YUV | 135.78 | 195.27 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 166 | 255 | 0.88 | 0.35 | 0 | 0 | 203.84 | 1 | 0.56 |
| Hex | 1F | A6 | FF | 58 | 23 | 0 | 0 | CC | 64 | 38 |
| Octal | 37 | 246 | 377 | 130 | 43 | 0 | 0 | 314 | 144 | 70 |
| Binary | 11111 | 10100110 | 11111111 | 1011000 | 100011 | 0 | 0 | 11001100 | 1100100 | 111000 |
Color Harmonies of #1FA6FF
Complementary color
Monochromatic Colors of #1FA6FF
Black with #1FA6FF
Text Example
Text Example
White with #1FA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA6FF; }
p { color: rgb(31,166,255); }
H1.HeaderClassName
{
color: #1FA6FF;
}
.AnyTagClassName
{
color: #1FA6FF;
}
</style>
background-color css
<style>
a { background-color: #1FA6FF; }
a { background-color: rgb(31,166,255); }
div.DivClassName
{
background-color: #1FA6FF;
}
.BgClassName
{
background-color: #1FA6FF;
}
</style>
border-color css
<style>
span { border-color: #1FA6FF; }
span { border-color: rgb(31,166,255); }
td.TdClassName
{
border-color: #1FA6FF;
}
.TagClassName
{
border-color: #1FA6FF;
}
</style>