Shades of Dodger Blue #1F85FE
Tints of Dodger Blue #1F85FE
RGB
CMYK
RGB Variations
Color information
#1F85FE (or 0x1F85FE) is known color: Dodger Blue. HEX triplet: 1F, 85 and FE. RGB value is (31,133,254). Sum of RGB (Red+Green+Blue) = 31+133+254=418 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.42% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F85FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F85FE is #E07A01. Grayscale: #737373. Windows color (decimal): -14711298 or 16680223. OLE color: 16680223.
HSL color Cylindrical-coordinate representation of color #1F85FE: hue angle of 212.56º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F85FE is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 133 | 254 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.00 |
| HSL | 212.56º | 0.99% | 0.56% | - |
| HSV(B) | 212.56º | 0.88% | 1% | - |
| XYZ | 26.84 | 24.22 | 97.03 | - |
| YUV | 116.3 | 205.71 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 133 | 254 | 0.88 | 0.48 | 0 | 0.00 | 212.56 | 0.99 | 0.56 |
| Hex | 1F | 85 | FE | 58 | 30 | 0 | 0 | D5 | 63 | 38 |
| Octal | 37 | 205 | 376 | 130 | 60 | 0 | 0 | 325 | 143 | 70 |
| Binary | 11111 | 10000101 | 11111110 | 1011000 | 110000 | 0 | 0 | 11010101 | 1100011 | 111000 |
Color Harmonies of #1F85FE
Complementary color
Monochromatic Colors of #1F85FE
Black with #1F85FE
Text Example
Text Example
White with #1F85FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F85FE; }
p { color: rgb(31,133,254); }
H1.HeaderClassName
{
color: #1F85FE;
}
.AnyTagClassName
{
color: #1F85FE;
}
</style>
background-color css
<style>
a { background-color: #1F85FE; }
a { background-color: rgb(31,133,254); }
div.DivClassName
{
background-color: #1F85FE;
}
.BgClassName
{
background-color: #1F85FE;
}
</style>
border-color css
<style>
span { border-color: #1F85FE; }
span { border-color: rgb(31,133,254); }
td.TdClassName
{
border-color: #1F85FE;
}
.TagClassName
{
border-color: #1F85FE;
}
</style>