Shades of Dodger Blue #1F94EF
Tints of Dodger Blue #1F94EF
RGB
CMYK
RGB Variations
Color information
#1F94EF (or 0x1F94EF) is known color: Dodger Blue. HEX triplet: 1F, 94 and EF. RGB value is (31,148,239). Sum of RGB (Red+Green+Blue) = 31+148+239=418 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.42% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F94EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F94EF is #E06B10. Grayscale: #7A7A7A. Windows color (decimal): -14707473 or 15701023. OLE color: 15701023.
HSL color Cylindrical-coordinate representation of color #1F94EF: hue angle of 206.25º 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 #1F94EF is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 31 | 148 | 239 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.06 |
| HSL | 206.25º | 0.87% | 0.53% | - |
| HSV(B) | 206.25º | 0.87% | 0.94% | - |
| XYZ | 26.73 | 27.7 | 85.6 | - |
| YUV | 123.39 | 193.24 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 148 | 239 | 0.87 | 0.38 | 0 | 0.06 | 206.25 | 0.87 | 0.53 |
| Hex | 1F | 94 | EF | 57 | 26 | 0 | 6 | CE | 57 | 35 |
| Octal | 37 | 224 | 357 | 127 | 46 | 0 | 6 | 316 | 127 | 65 |
| Binary | 11111 | 10010100 | 11101111 | 1010111 | 100110 | 0 | 110 | 11001110 | 1010111 | 110101 |
Color Harmonies of #1F94EF
Complementary color
Monochromatic Colors of #1F94EF
Black with #1F94EF
Text Example
Text Example
White with #1F94EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F94EF; }
p { color: rgb(31,148,239); }
H1.HeaderClassName
{
color: #1F94EF;
}
.AnyTagClassName
{
color: #1F94EF;
}
</style>
background-color css
<style>
a { background-color: #1F94EF; }
a { background-color: rgb(31,148,239); }
div.DivClassName
{
background-color: #1F94EF;
}
.BgClassName
{
background-color: #1F94EF;
}
</style>
border-color css
<style>
span { border-color: #1F94EF; }
span { border-color: rgb(31,148,239); }
td.TdClassName
{
border-color: #1F94EF;
}
.TagClassName
{
border-color: #1F94EF;
}
</style>