Shades of Dodger Blue #1FA3FB
Tints of Dodger Blue #1FA3FB
RGB
CMYK
RGB Variations
Color information
#1FA3FB (or 0x1FA3FB) is known color: Dodger Blue. HEX triplet: 1F, A3 and FB. RGB value is (31,163,251). Sum of RGB (Red+Green+Blue) = 31+163+251=445 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.97% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #1FA3FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FA3FB is #E05C04. Grayscale: #858585. Windows color (decimal): -14703621 or 16491295. OLE color: 16491295.
HSL color Cylindrical-coordinate representation of color #1FA3FB: hue angle of 204º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FA3FB is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 163 | 251 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.02 |
| HSL | 204º | 0.96% | 0.55% | - |
| HSV(B) | 204º | 0.88% | 0.98% | - |
| XYZ | 31.07 | 33.45 | 96.09 | - |
| YUV | 133.56 | 194.27 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 163 | 251 | 0.88 | 0.35 | 0 | 0.02 | 204 | 0.96 | 0.55 |
| Hex | 1F | A3 | FB | 58 | 23 | 0 | 2 | CC | 60 | 37 |
| Octal | 37 | 243 | 373 | 130 | 43 | 0 | 2 | 314 | 140 | 67 |
| Binary | 11111 | 10100011 | 11111011 | 1011000 | 100011 | 0 | 10 | 11001100 | 1100000 | 110111 |
Color Harmonies of #1FA3FB
Complementary color
Monochromatic Colors of #1FA3FB
Black with #1FA3FB
Text Example
Text Example
White with #1FA3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA3FB; }
p { color: rgb(31,163,251); }
H1.HeaderClassName
{
color: #1FA3FB;
}
.AnyTagClassName
{
color: #1FA3FB;
}
</style>
background-color css
<style>
a { background-color: #1FA3FB; }
a { background-color: rgb(31,163,251); }
div.DivClassName
{
background-color: #1FA3FB;
}
.BgClassName
{
background-color: #1FA3FB;
}
</style>
border-color css
<style>
span { border-color: #1FA3FB; }
span { border-color: rgb(31,163,251); }
td.TdClassName
{
border-color: #1FA3FB;
}
.TagClassName
{
border-color: #1FA3FB;
}
</style>