Shades of Dodger Blue #1F8EEE
Tints of Dodger Blue #1F8EEE
RGB
CMYK
RGB Variations
Color information
#1F8EEE (or 0x1F8EEE) is known color: Dodger Blue. HEX triplet: 1F, 8E and EE. RGB value is (31,142,238). Sum of RGB (Red+Green+Blue) = 31+142+238=411 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.54% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #1F8EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F8EEE is #E07111. Grayscale: #777777. Windows color (decimal): -14709010 or 15633951. OLE color: 15633951.
HSL color Cylindrical-coordinate representation of color #1F8EEE: hue angle of 207.83º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F8EEE is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 142 | 238 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.07 |
| HSL | 207.83º | 0.86% | 0.53% | - |
| HSV(B) | 207.83º | 0.87% | 0.93% | - |
| XYZ | 25.67 | 25.81 | 84.52 | - |
| YUV | 119.76 | 194.73 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 142 | 238 | 0.87 | 0.40 | 0 | 0.07 | 207.83 | 0.86 | 0.53 |
| Hex | 1F | 8E | EE | 57 | 28 | 0 | 7 | D0 | 56 | 35 |
| Octal | 37 | 216 | 356 | 127 | 50 | 0 | 7 | 320 | 126 | 65 |
| Binary | 11111 | 10001110 | 11101110 | 1010111 | 101000 | 0 | 111 | 11010000 | 1010110 | 110101 |
Color Harmonies of #1F8EEE
Complementary color
Monochromatic Colors of #1F8EEE
Black with #1F8EEE
Text Example
Text Example
White with #1F8EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8EEE; }
p { color: rgb(31,142,238); }
H1.HeaderClassName
{
color: #1F8EEE;
}
.AnyTagClassName
{
color: #1F8EEE;
}
</style>
background-color css
<style>
a { background-color: #1F8EEE; }
a { background-color: rgb(31,142,238); }
div.DivClassName
{
background-color: #1F8EEE;
}
.BgClassName
{
background-color: #1F8EEE;
}
</style>
border-color css
<style>
span { border-color: #1F8EEE; }
span { border-color: rgb(31,142,238); }
td.TdClassName
{
border-color: #1F8EEE;
}
.TagClassName
{
border-color: #1F8EEE;
}
</style>