Shades of Dodger Blue #1F9FEF
Tints of Dodger Blue #1F9FEF
RGB
CMYK
RGB Variations
Color information
#1F9FEF (or 0x1F9FEF) is known color: Dodger Blue. HEX triplet: 1F, 9F and EF. RGB value is (31,159,239). Sum of RGB (Red+Green+Blue) = 31+159+239=429 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.23% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F9FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9FEF is #E06010. Grayscale: #818181. Windows color (decimal): -14704657 or 15703839. OLE color: 15703839.
HSL color Cylindrical-coordinate representation of color #1F9FEF: hue angle of 203.08º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F9FEF is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 159 | 239 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.06 |
| HSL | 203.08º | 0.87% | 0.53% | - |
| HSV(B) | 203.08º | 0.87% | 0.94% | - |
| XYZ | 28.54 | 31.32 | 86.2 | - |
| YUV | 129.85 | 189.59 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 159 | 239 | 0.87 | 0.33 | 0 | 0.06 | 203.08 | 0.87 | 0.53 |
| Hex | 1F | 9F | EF | 57 | 21 | 0 | 6 | CB | 57 | 35 |
| Octal | 37 | 237 | 357 | 127 | 41 | 0 | 6 | 313 | 127 | 65 |
| Binary | 11111 | 10011111 | 11101111 | 1010111 | 100001 | 0 | 110 | 11001011 | 1010111 | 110101 |
Color Harmonies of #1F9FEF
Complementary color
Monochromatic Colors of #1F9FEF
Black with #1F9FEF
Text Example
Text Example
White with #1F9FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9FEF; }
p { color: rgb(31,159,239); }
H1.HeaderClassName
{
color: #1F9FEF;
}
.AnyTagClassName
{
color: #1F9FEF;
}
</style>
background-color css
<style>
a { background-color: #1F9FEF; }
a { background-color: rgb(31,159,239); }
div.DivClassName
{
background-color: #1F9FEF;
}
.BgClassName
{
background-color: #1F9FEF;
}
</style>
border-color css
<style>
span { border-color: #1F9FEF; }
span { border-color: rgb(31,159,239); }
td.TdClassName
{
border-color: #1F9FEF;
}
.TagClassName
{
border-color: #1F9FEF;
}
</style>