Shades of Dodger Blue #1FA3FE
Tints of Dodger Blue #1FA3FE
RGB
CMYK
RGB Variations
Color information
#1FA3FE (or 0x1FA3FE) is known color: Dodger Blue. HEX triplet: 1F, A3 and FE. RGB value is (31,163,254). Sum of RGB (Red+Green+Blue) = 31+163+254=448 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.92% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #1FA3FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA3FE is #E05C01. Grayscale: #858585. Windows color (decimal): -14703618 or 16687903. OLE color: 16687903.
HSL color Cylindrical-coordinate representation of color #1FA3FE: hue angle of 204.48º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FA3FE is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 163 | 254 | - |
| CMYK | 0.88 | 0.36 | 0 | 0.00 |
| HSL | 204.48º | 0.99% | 0.56% | - |
| HSV(B) | 204.48º | 0.88% | 1% | - |
| XYZ | 31.55 | 33.64 | 98.6 | - |
| YUV | 133.91 | 195.77 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 163 | 254 | 0.88 | 0.36 | 0 | 0.00 | 204.48 | 0.99 | 0.56 |
| Hex | 1F | A3 | FE | 58 | 24 | 0 | 0 | CC | 63 | 38 |
| Octal | 37 | 243 | 376 | 130 | 44 | 0 | 0 | 314 | 143 | 70 |
| Binary | 11111 | 10100011 | 11111110 | 1011000 | 100100 | 0 | 0 | 11001100 | 1100011 | 111000 |
Color Harmonies of #1FA3FE
Complementary color
Monochromatic Colors of #1FA3FE
Black with #1FA3FE
Text Example
Text Example
White with #1FA3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA3FE; }
p { color: rgb(31,163,254); }
H1.HeaderClassName
{
color: #1FA3FE;
}
.AnyTagClassName
{
color: #1FA3FE;
}
</style>
background-color css
<style>
a { background-color: #1FA3FE; }
a { background-color: rgb(31,163,254); }
div.DivClassName
{
background-color: #1FA3FE;
}
.BgClassName
{
background-color: #1FA3FE;
}
</style>
border-color css
<style>
span { border-color: #1FA3FE; }
span { border-color: rgb(31,163,254); }
td.TdClassName
{
border-color: #1FA3FE;
}
.TagClassName
{
border-color: #1FA3FE;
}
</style>