Shades of Dodger Blue #1F84F6
Tints of Dodger Blue #1F84F6
RGB
CMYK
RGB Variations
Color information
#1F84F6 (or 0x1F84F6) is known color: Dodger Blue. HEX triplet: 1F, 84 and F6. RGB value is (31,132,246). Sum of RGB (Red+Green+Blue) = 31+132+246=409 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.58% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 246 (96.48% from 255 or 60.15% from 409); Max value from RGB is 246 - color contains mainly: blue. Hex color #1F84F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F84F6 is #E07B09. Grayscale: #727272. Windows color (decimal): -14711562 or 16155679. OLE color: 16155679.
HSL color Cylindrical-coordinate representation of color #1F84F6: hue angle of 211.81º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F84F6 is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 31 | 132 | 246 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.04 |
| HSL | 211.81º | 0.92% | 0.54% | - |
| HSV(B) | 211.81º | 0.87% | 0.96% | - |
| XYZ | 25.45 | 23.45 | 90.37 | - |
| YUV | 114.8 | 202.04 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 132 | 246 | 0.87 | 0.46 | 0 | 0.04 | 211.81 | 0.92 | 0.54 |
| Hex | 1F | 84 | F6 | 57 | 2E | 0 | 4 | D4 | 5C | 36 |
| Octal | 37 | 204 | 366 | 127 | 56 | 0 | 4 | 324 | 134 | 66 |
| Binary | 11111 | 10000100 | 11110110 | 1010111 | 101110 | 0 | 100 | 11010100 | 1011100 | 110110 |
Color Harmonies of #1F84F6
Complementary color
Monochromatic Colors of #1F84F6
Black with #1F84F6
Text Example
Text Example
White with #1F84F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F84F6; }
p { color: rgb(31,132,246); }
H1.HeaderClassName
{
color: #1F84F6;
}
.AnyTagClassName
{
color: #1F84F6;
}
</style>
background-color css
<style>
a { background-color: #1F84F6; }
a { background-color: rgb(31,132,246); }
div.DivClassName
{
background-color: #1F84F6;
}
.BgClassName
{
background-color: #1F84F6;
}
</style>
border-color css
<style>
span { border-color: #1F84F6; }
span { border-color: rgb(31,132,246); }
td.TdClassName
{
border-color: #1F84F6;
}
.TagClassName
{
border-color: #1F84F6;
}
</style>