Shades of Dodger Blue #1F96FF
Tints of Dodger Blue #1F96FF
RGB
CMYK
RGB Variations
Color information
#1F96FF (or 0x1F96FF) is known color: Dodger Blue. HEX triplet: 1F, 96 and FF. RGB value is (31,150,255). Sum of RGB (Red+Green+Blue) = 31+150+255=436 (57% of max value = 765). Red value is 31 (12.5% from 255 or 7.11% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F96FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F96FF is #E06900. Grayscale: #7D7D7D. Windows color (decimal): -14706945 or 16750111. OLE color: 16750111.
HSL color Cylindrical-coordinate representation of color #1F96FF: hue angle of 208.12º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F96FF is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 150 | 255 | - |
| CMYK | 0.88 | 0.41 | 0 | 0 |
| HSL | 208.13º | 1% | 0.56% | - |
| HSV(B) | 208.13º | 0.88% | 1% | - |
| XYZ | 29.52 | 29.32 | 98.71 | - |
| YUV | 126.39 | 200.58 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 150 | 255 | 0.88 | 0.41 | 0 | 0 | 208.13 | 1 | 0.56 |
| Hex | 1F | 96 | FF | 58 | 29 | 0 | 0 | D0 | 64 | 38 |
| Octal | 37 | 226 | 377 | 130 | 51 | 0 | 0 | 320 | 144 | 70 |
| Binary | 11111 | 10010110 | 11111111 | 1011000 | 101001 | 0 | 0 | 11010000 | 1100100 | 111000 |
Color Harmonies of #1F96FF
Complementary color
Monochromatic Colors of #1F96FF
Black with #1F96FF
Text Example
Text Example
White with #1F96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F96FF; }
p { color: rgb(31,150,255); }
H1.HeaderClassName
{
color: #1F96FF;
}
.AnyTagClassName
{
color: #1F96FF;
}
</style>
background-color css
<style>
a { background-color: #1F96FF; }
a { background-color: rgb(31,150,255); }
div.DivClassName
{
background-color: #1F96FF;
}
.BgClassName
{
background-color: #1F96FF;
}
</style>
border-color css
<style>
span { border-color: #1F96FF; }
span { border-color: rgb(31,150,255); }
td.TdClassName
{
border-color: #1F96FF;
}
.TagClassName
{
border-color: #1F96FF;
}
</style>