Shades of Dodger Blue #1F77F9
Tints of Dodger Blue #1F77F9
RGB
CMYK
RGB Variations
Color information
#1F77F9 (or 0x1F77F9) is known color: Dodger Blue. HEX triplet: 1F, 77 and F9. RGB value is (31,119,249). Sum of RGB (Red+Green+Blue) = 31+119+249=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 119 (46.88% from 255 or 29.82% from 399); Blue value is 249 (97.66% from 255 or 62.41% from 399); Max value from RGB is 249 - color contains mainly: blue. Hex color #1F77F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F77F9 is #E08806. Grayscale: #6A6A6A. Windows color (decimal): -14714887 or 16348959. OLE color: 16348959.
HSL color Cylindrical-coordinate representation of color #1F77F9: hue angle of 215.78º degrees, saturation: 0.95, 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 #1F77F9 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 119 | 249 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.02 |
| HSL | 215.78º | 0.95% | 0.55% | - |
| HSV(B) | 215.78º | 0.88% | 0.98% | - |
| XYZ | 24.26 | 20.32 | 92.27 | - |
| YUV | 107.51 | 207.85 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 119 | 249 | 0.88 | 0.52 | 0 | 0.02 | 215.78 | 0.95 | 0.55 |
| Hex | 1F | 77 | F9 | 58 | 34 | 0 | 2 | D8 | 5F | 37 |
| Octal | 37 | 167 | 371 | 130 | 64 | 0 | 2 | 330 | 137 | 67 |
| Binary | 11111 | 1110111 | 11111001 | 1011000 | 110100 | 0 | 10 | 11011000 | 1011111 | 110111 |
Color Harmonies of #1F77F9
Complementary color
Monochromatic Colors of #1F77F9
Black with #1F77F9
Text Example
Text Example
White with #1F77F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F77F9; }
p { color: rgb(31,119,249); }
H1.HeaderClassName
{
color: #1F77F9;
}
.AnyTagClassName
{
color: #1F77F9;
}
</style>
background-color css
<style>
a { background-color: #1F77F9; }
a { background-color: rgb(31,119,249); }
div.DivClassName
{
background-color: #1F77F9;
}
.BgClassName
{
background-color: #1F77F9;
}
</style>
border-color css
<style>
span { border-color: #1F77F9; }
span { border-color: rgb(31,119,249); }
td.TdClassName
{
border-color: #1F77F9;
}
.TagClassName
{
border-color: #1F77F9;
}
</style>