Shades of Dodger Blue #1FA3FC
Tints of Dodger Blue #1FA3FC
RGB
CMYK
RGB Variations
Color information
#1FA3FC (or 0x1FA3FC) is known color: Dodger Blue. HEX triplet: 1F, A3 and FC. RGB value is (31,163,252). Sum of RGB (Red+Green+Blue) = 31+163+252=446 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.95% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #1FA3FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA3FC is #E05C03. Grayscale: #858585. Windows color (decimal): -14703620 or 16556831. OLE color: 16556831.
HSL color Cylindrical-coordinate representation of color #1FA3FC: hue angle of 204.16º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FA3FC is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 163 | 252 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.01 |
| HSL | 204.16º | 0.97% | 0.55% | - |
| HSV(B) | 204.16º | 0.88% | 0.99% | - |
| XYZ | 31.23 | 33.51 | 96.92 | - |
| YUV | 133.68 | 194.77 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 163 | 252 | 0.88 | 0.35 | 0 | 0.01 | 204.16 | 0.97 | 0.55 |
| Hex | 1F | A3 | FC | 58 | 23 | 0 | 1 | CC | 61 | 37 |
| Octal | 37 | 243 | 374 | 130 | 43 | 0 | 1 | 314 | 141 | 67 |
| Binary | 11111 | 10100011 | 11111100 | 1011000 | 100011 | 0 | 1 | 11001100 | 1100001 | 110111 |
Color Harmonies of #1FA3FC
Complementary color
Monochromatic Colors of #1FA3FC
Black with #1FA3FC
Text Example
Text Example
White with #1FA3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA3FC; }
p { color: rgb(31,163,252); }
H1.HeaderClassName
{
color: #1FA3FC;
}
.AnyTagClassName
{
color: #1FA3FC;
}
</style>
background-color css
<style>
a { background-color: #1FA3FC; }
a { background-color: rgb(31,163,252); }
div.DivClassName
{
background-color: #1FA3FC;
}
.BgClassName
{
background-color: #1FA3FC;
}
</style>
border-color css
<style>
span { border-color: #1FA3FC; }
span { border-color: rgb(31,163,252); }
td.TdClassName
{
border-color: #1FA3FC;
}
.TagClassName
{
border-color: #1FA3FC;
}
</style>