Shades of Dodger Blue #1F8CF1
Tints of Dodger Blue #1F8CF1
RGB
CMYK
RGB Variations
Color information
#1F8CF1 (or 0x1F8CF1) is known color: Dodger Blue. HEX triplet: 1F, 8C and F1. RGB value is (31,140,241). Sum of RGB (Red+Green+Blue) = 31+140+241=412 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.52% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #1F8CF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F8CF1 is #E0730E. Grayscale: #767676. Windows color (decimal): -14709519 or 15830047. OLE color: 15830047.
HSL color Cylindrical-coordinate representation of color #1F8CF1: hue angle of 208.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F8CF1 is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 140 | 241 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.05 |
| HSL | 208.86º | 0.88% | 0.53% | - |
| HSV(B) | 208.86º | 0.87% | 0.95% | - |
| XYZ | 25.82 | 25.4 | 86.76 | - |
| YUV | 118.92 | 196.89 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 140 | 241 | 0.87 | 0.42 | 0 | 0.05 | 208.86 | 0.88 | 0.53 |
| Hex | 1F | 8C | F1 | 57 | 2A | 0 | 5 | D1 | 58 | 35 |
| Octal | 37 | 214 | 361 | 127 | 52 | 0 | 5 | 321 | 130 | 65 |
| Binary | 11111 | 10001100 | 11110001 | 1010111 | 101010 | 0 | 101 | 11010001 | 1011000 | 110101 |
Color Harmonies of #1F8CF1
Complementary color
Monochromatic Colors of #1F8CF1
Black with #1F8CF1
Text Example
Text Example
White with #1F8CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8CF1; }
p { color: rgb(31,140,241); }
H1.HeaderClassName
{
color: #1F8CF1;
}
.AnyTagClassName
{
color: #1F8CF1;
}
</style>
background-color css
<style>
a { background-color: #1F8CF1; }
a { background-color: rgb(31,140,241); }
div.DivClassName
{
background-color: #1F8CF1;
}
.BgClassName
{
background-color: #1F8CF1;
}
</style>
border-color css
<style>
span { border-color: #1F8CF1; }
span { border-color: rgb(31,140,241); }
td.TdClassName
{
border-color: #1F8CF1;
}
.TagClassName
{
border-color: #1F8CF1;
}
</style>