Shades of Dodger Blue #1FA8FD
Tints of Dodger Blue #1FA8FD
RGB
CMYK
RGB Variations
Color information
#1FA8FD (or 0x1FA8FD) is known color: Dodger Blue. HEX triplet: 1F, A8 and FD. RGB value is (31,168,253). Sum of RGB (Red+Green+Blue) = 31+168+253=452 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.86% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FA8FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA8FD is #E05702. Grayscale: #888888. Windows color (decimal): -14702339 or 16623647. OLE color: 16623647.
HSL color Cylindrical-coordinate representation of color #1FA8FD: hue angle of 202.97º 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 #1FA8FD is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 168 | 253 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.01 |
| HSL | 202.97º | 0.98% | 0.56% | - |
| HSV(B) | 202.97º | 0.88% | 0.99% | - |
| XYZ | 32.3 | 35.39 | 98.06 | - |
| YUV | 136.73 | 193.61 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 168 | 253 | 0.88 | 0.34 | 0 | 0.01 | 202.97 | 0.98 | 0.56 |
| Hex | 1F | A8 | FD | 58 | 22 | 0 | 1 | CB | 62 | 38 |
| Octal | 37 | 250 | 375 | 130 | 42 | 0 | 1 | 313 | 142 | 70 |
| Binary | 11111 | 10101000 | 11111101 | 1011000 | 100010 | 0 | 1 | 11001011 | 1100010 | 111000 |
Color Harmonies of #1FA8FD
Complementary color
Monochromatic Colors of #1FA8FD
Black with #1FA8FD
Text Example
Text Example
White with #1FA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA8FD; }
p { color: rgb(31,168,253); }
H1.HeaderClassName
{
color: #1FA8FD;
}
.AnyTagClassName
{
color: #1FA8FD;
}
</style>
background-color css
<style>
a { background-color: #1FA8FD; }
a { background-color: rgb(31,168,253); }
div.DivClassName
{
background-color: #1FA8FD;
}
.BgClassName
{
background-color: #1FA8FD;
}
</style>
border-color css
<style>
span { border-color: #1FA8FD; }
span { border-color: rgb(31,168,253); }
td.TdClassName
{
border-color: #1FA8FD;
}
.TagClassName
{
border-color: #1FA8FD;
}
</style>