Shades of Dodger Blue #1F6EF1
Tints of Dodger Blue #1F6EF1
RGB
CMYK
RGB Variations
Color information
#1F6EF1 (or 0x1F6EF1) is known color: Dodger Blue. HEX triplet: 1F, 6E and F1. RGB value is (31,110,241). Sum of RGB (Red+Green+Blue) = 31+110+241=382 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.12% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 241 (94.53% from 255 or 63.09% from 382); Max value from RGB is 241 - color contains mainly: blue. Hex color #1F6EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F6EF1 is #E0910E. Grayscale: #646464. Windows color (decimal): -14717199 or 15822367. OLE color: 15822367.
HSL color Cylindrical-coordinate representation of color #1F6EF1: hue angle of 217.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F6EF1 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 110 | 241 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.05 |
| HSL | 217.43º | 0.88% | 0.53% | - |
| HSV(B) | 217.43º | 0.87% | 0.95% | - |
| XYZ | 22.02 | 17.79 | 85.49 | - |
| YUV | 101.31 | 206.83 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 110 | 241 | 0.87 | 0.54 | 0 | 0.05 | 217.43 | 0.88 | 0.53 |
| Hex | 1F | 6E | F1 | 57 | 36 | 0 | 5 | D9 | 58 | 35 |
| Octal | 37 | 156 | 361 | 127 | 66 | 0 | 5 | 331 | 130 | 65 |
| Binary | 11111 | 1101110 | 11110001 | 1010111 | 110110 | 0 | 101 | 11011001 | 1011000 | 110101 |
Color Harmonies of #1F6EF1
Complementary color
Monochromatic Colors of #1F6EF1
Black with #1F6EF1
Text Example
Text Example
White with #1F6EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6EF1; }
p { color: rgb(31,110,241); }
H1.HeaderClassName
{
color: #1F6EF1;
}
.AnyTagClassName
{
color: #1F6EF1;
}
</style>
background-color css
<style>
a { background-color: #1F6EF1; }
a { background-color: rgb(31,110,241); }
div.DivClassName
{
background-color: #1F6EF1;
}
.BgClassName
{
background-color: #1F6EF1;
}
</style>
border-color css
<style>
span { border-color: #1F6EF1; }
span { border-color: rgb(31,110,241); }
td.TdClassName
{
border-color: #1F6EF1;
}
.TagClassName
{
border-color: #1F6EF1;
}
</style>