Shades of Dodger Blue #1F6DFB
Tints of Dodger Blue #1F6DFB
RGB
CMYK
RGB Variations
Color information
#1F6DFB (or 0x1F6DFB) is known color: Dodger Blue. HEX triplet: 1F, 6D and FB. RGB value is (31,109,251). Sum of RGB (Red+Green+Blue) = 31+109+251=391 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.93% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F6DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F6DFB is #E09204. Grayscale: #656565. Windows color (decimal): -14717445 or 16477471. OLE color: 16477471.
HSL color Cylindrical-coordinate representation of color #1F6DFB: hue angle of 218.73º 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 #1F6DFB is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 109 | 251 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.02 |
| HSL | 218.73º | 0.96% | 0.55% | - |
| HSV(B) | 218.73º | 0.88% | 0.98% | - |
| XYZ | 23.45 | 18.19 | 93.54 | - |
| YUV | 101.87 | 212.16 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 109 | 251 | 0.88 | 0.57 | 0 | 0.02 | 218.73 | 0.96 | 0.55 |
| Hex | 1F | 6D | FB | 58 | 39 | 0 | 2 | DB | 60 | 37 |
| Octal | 37 | 155 | 373 | 130 | 71 | 0 | 2 | 333 | 140 | 67 |
| Binary | 11111 | 1101101 | 11111011 | 1011000 | 111001 | 0 | 10 | 11011011 | 1100000 | 110111 |
Color Harmonies of #1F6DFB
Complementary color
Monochromatic Colors of #1F6DFB
Black with #1F6DFB
Text Example
Text Example
White with #1F6DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6DFB; }
p { color: rgb(31,109,251); }
H1.HeaderClassName
{
color: #1F6DFB;
}
.AnyTagClassName
{
color: #1F6DFB;
}
</style>
background-color css
<style>
a { background-color: #1F6DFB; }
a { background-color: rgb(31,109,251); }
div.DivClassName
{
background-color: #1F6DFB;
}
.BgClassName
{
background-color: #1F6DFB;
}
</style>
border-color css
<style>
span { border-color: #1F6DFB; }
span { border-color: rgb(31,109,251); }
td.TdClassName
{
border-color: #1F6DFB;
}
.TagClassName
{
border-color: #1F6DFB;
}
</style>