Shades of Dodger Blue #1F77FB
Tints of Dodger Blue #1F77FB
RGB
CMYK
RGB Variations
Color information
#1F77FB (or 0x1F77FB) is known color: Dodger Blue. HEX triplet: 1F, 77 and FB. RGB value is (31,119,251). Sum of RGB (Red+Green+Blue) = 31+119+251=401 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.73% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F77FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F77FB is #E08804. Grayscale: #6B6B6B. Windows color (decimal): -14714885 or 16480031. OLE color: 16480031.
HSL color Cylindrical-coordinate representation of color #1F77FB: hue angle of 216º 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 #1F77FB is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 119 | 251 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.02 |
| HSL | 216º | 0.96% | 0.55% | - |
| HSV(B) | 216º | 0.88% | 0.98% | - |
| XYZ | 24.57 | 20.45 | 93.92 | - |
| YUV | 107.74 | 208.85 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 251 | 0.88 | 0.53 | 0 | 0.02 | 216 | 0.96 | 0.55 |
| Hex | 1F | 77 | FB | 58 | 35 | 0 | 2 | D8 | 60 | 37 |
| Octal | 37 | 167 | 373 | 130 | 65 | 0 | 2 | 330 | 140 | 67 |
| Binary | 11111 | 1110111 | 11111011 | 1011000 | 110101 | 0 | 10 | 11011000 | 1100000 | 110111 |
Color Harmonies of #1F77FB
Complementary color
Monochromatic Colors of #1F77FB
Black with #1F77FB
Text Example
Text Example
White with #1F77FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F77FB; }
p { color: rgb(31,119,251); }
H1.HeaderClassName
{
color: #1F77FB;
}
.AnyTagClassName
{
color: #1F77FB;
}
</style>
background-color css
<style>
a { background-color: #1F77FB; }
a { background-color: rgb(31,119,251); }
div.DivClassName
{
background-color: #1F77FB;
}
.BgClassName
{
background-color: #1F77FB;
}
</style>
border-color css
<style>
span { border-color: #1F77FB; }
span { border-color: rgb(31,119,251); }
td.TdClassName
{
border-color: #1F77FB;
}
.TagClassName
{
border-color: #1F77FB;
}
</style>