Shades of Dodger Blue #1F8BFA
Tints of Dodger Blue #1F8BFA
RGB
CMYK
RGB Variations
Color information
#1F8BFA (or 0x1F8BFA) is known color: Dodger Blue. HEX triplet: 1F, 8B and FA. RGB value is (31,139,250). Sum of RGB (Red+Green+Blue) = 31+139+250=420 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.38% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 250 (98.05% from 255 or 59.52% from 420); Max value from RGB is 250 - color contains mainly: blue. Hex color #1F8BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F8BFA is #E07405. Grayscale: #767676. Windows color (decimal): -14709766 or 16419615. OLE color: 16419615.
HSL color Cylindrical-coordinate representation of color #1F8BFA: hue angle of 210.41º 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 #1F8BFA is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 139 | 250 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.02 |
| HSL | 210.41º | 0.96% | 0.55% | - |
| HSV(B) | 210.41º | 0.88% | 0.98% | - |
| XYZ | 27.05 | 25.66 | 93.97 | - |
| YUV | 119.36 | 201.72 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 139 | 250 | 0.88 | 0.44 | 0 | 0.02 | 210.41 | 0.96 | 0.55 |
| Hex | 1F | 8B | FA | 58 | 2C | 0 | 2 | D2 | 60 | 37 |
| Octal | 37 | 213 | 372 | 130 | 54 | 0 | 2 | 322 | 140 | 67 |
| Binary | 11111 | 10001011 | 11111010 | 1011000 | 101100 | 0 | 10 | 11010010 | 1100000 | 110111 |
Color Harmonies of #1F8BFA
Complementary color
Monochromatic Colors of #1F8BFA
Black with #1F8BFA
Text Example
Text Example
White with #1F8BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8BFA; }
p { color: rgb(31,139,250); }
H1.HeaderClassName
{
color: #1F8BFA;
}
.AnyTagClassName
{
color: #1F8BFA;
}
</style>
background-color css
<style>
a { background-color: #1F8BFA; }
a { background-color: rgb(31,139,250); }
div.DivClassName
{
background-color: #1F8BFA;
}
.BgClassName
{
background-color: #1F8BFA;
}
</style>
border-color css
<style>
span { border-color: #1F8BFA; }
span { border-color: rgb(31,139,250); }
td.TdClassName
{
border-color: #1F8BFA;
}
.TagClassName
{
border-color: #1F8BFA;
}
</style>