Shades of Dodger Blue #1F83DB
Tints of Dodger Blue #1F83DB
RGB
CMYK
RGB Variations
Color information
#1F83DB (or 0x1F83DB) is known color: Dodger Blue. HEX triplet: 1F, 83 and DB. RGB value is (31,131,219). Sum of RGB (Red+Green+Blue) = 31+131+219=381 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.14% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F83DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F83DB is #E07C24. Grayscale: #6E6E6E. Windows color (decimal): -14711845 or 14385951. OLE color: 14385951.
HSL color Cylindrical-coordinate representation of color #1F83DB: hue angle of 208.09º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F83DB is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 131 | 219 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.14 |
| HSL | 208.09º | 0.75% | 0.49% | - |
| HSV(B) | 208.09º | 0.86% | 0.86% | - |
| XYZ | 21.47 | 21.64 | 70.06 | - |
| YUV | 111.13 | 188.87 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 131 | 219 | 0.86 | 0.40 | 0 | 0.14 | 208.09 | 0.75 | 0.49 |
| Hex | 1F | 83 | DB | 56 | 28 | 0 | E | D0 | 4B | 31 |
| Octal | 37 | 203 | 333 | 126 | 50 | 0 | 16 | 320 | 113 | 61 |
| Binary | 11111 | 10000011 | 11011011 | 1010110 | 101000 | 0 | 1110 | 11010000 | 1001011 | 110001 |
Color Harmonies of #1F83DB
Complementary color
Monochromatic Colors of #1F83DB
Black with #1F83DB
Text Example
Text Example
White with #1F83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F83DB; }
p { color: rgb(31,131,219); }
H1.HeaderClassName
{
color: #1F83DB;
}
.AnyTagClassName
{
color: #1F83DB;
}
</style>
background-color css
<style>
a { background-color: #1F83DB; }
a { background-color: rgb(31,131,219); }
div.DivClassName
{
background-color: #1F83DB;
}
.BgClassName
{
background-color: #1F83DB;
}
</style>
border-color css
<style>
span { border-color: #1F83DB; }
span { border-color: rgb(31,131,219); }
td.TdClassName
{
border-color: #1F83DB;
}
.TagClassName
{
border-color: #1F83DB;
}
</style>