Shades of Dodger Blue #1F84DF
Tints of Dodger Blue #1F84DF
RGB
CMYK
RGB Variations
Color information
#1F84DF (or 0x1F84DF) is known color: Dodger Blue. HEX triplet: 1F, 84 and DF. RGB value is (31,132,223). Sum of RGB (Red+Green+Blue) = 31+132+223=386 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.03% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F84DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F84DF is #E07B20. Grayscale: #6F6F6F. Windows color (decimal): -14711585 or 14648351. OLE color: 14648351.
HSL color Cylindrical-coordinate representation of color #1F84DF: hue angle of 208.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F84DF is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 132 | 223 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.13 |
| HSL | 208.44º | 0.76% | 0.5% | - |
| HSV(B) | 208.44º | 0.86% | 0.87% | - |
| XYZ | 22.14 | 22.12 | 72.92 | - |
| YUV | 112.18 | 190.54 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 132 | 223 | 0.86 | 0.41 | 0 | 0.13 | 208.44 | 0.76 | 0.5 |
| Hex | 1F | 84 | DF | 56 | 29 | 0 | D | D0 | 4C | 32 |
| Octal | 37 | 204 | 337 | 126 | 51 | 0 | 15 | 320 | 114 | 62 |
| Binary | 11111 | 10000100 | 11011111 | 1010110 | 101001 | 0 | 1101 | 11010000 | 1001100 | 110010 |
Color Harmonies of #1F84DF
Complementary color
Monochromatic Colors of #1F84DF
Black with #1F84DF
Text Example
Text Example
White with #1F84DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F84DF; }
p { color: rgb(31,132,223); }
H1.HeaderClassName
{
color: #1F84DF;
}
.AnyTagClassName
{
color: #1F84DF;
}
</style>
background-color css
<style>
a { background-color: #1F84DF; }
a { background-color: rgb(31,132,223); }
div.DivClassName
{
background-color: #1F84DF;
}
.BgClassName
{
background-color: #1F84DF;
}
</style>
border-color css
<style>
span { border-color: #1F84DF; }
span { border-color: rgb(31,132,223); }
td.TdClassName
{
border-color: #1F84DF;
}
.TagClassName
{
border-color: #1F84DF;
}
</style>