Shades of Dodger Blue #1F9FFB
Tints of Dodger Blue #1F9FFB
RGB
CMYK
RGB Variations
Color information
#1F9FFB (or 0x1F9FFB) is known color: Dodger Blue. HEX triplet: 1F, 9F and FB. RGB value is (31,159,251). Sum of RGB (Red+Green+Blue) = 31+159+251=441 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.03% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #1F9FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9FFB is #E06004. Grayscale: #828282. Windows color (decimal): -14704645 or 16490271. OLE color: 16490271.
HSL color Cylindrical-coordinate representation of color #1F9FFB: hue angle of 205.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F9FFB is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 159 | 251 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.02 |
| HSL | 205.09º | 0.96% | 0.55% | - |
| HSV(B) | 205.09º | 0.88% | 0.98% | - |
| XYZ | 30.38 | 32.05 | 95.85 | - |
| YUV | 131.22 | 195.59 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 159 | 251 | 0.88 | 0.37 | 0 | 0.02 | 205.09 | 0.96 | 0.55 |
| Hex | 1F | 9F | FB | 58 | 25 | 0 | 2 | CD | 60 | 37 |
| Octal | 37 | 237 | 373 | 130 | 45 | 0 | 2 | 315 | 140 | 67 |
| Binary | 11111 | 10011111 | 11111011 | 1011000 | 100101 | 0 | 10 | 11001101 | 1100000 | 110111 |
Color Harmonies of #1F9FFB
Complementary color
Monochromatic Colors of #1F9FFB
Black with #1F9FFB
Text Example
Text Example
White with #1F9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9FFB; }
p { color: rgb(31,159,251); }
H1.HeaderClassName
{
color: #1F9FFB;
}
.AnyTagClassName
{
color: #1F9FFB;
}
</style>
background-color css
<style>
a { background-color: #1F9FFB; }
a { background-color: rgb(31,159,251); }
div.DivClassName
{
background-color: #1F9FFB;
}
.BgClassName
{
background-color: #1F9FFB;
}
</style>
border-color css
<style>
span { border-color: #1F9FFB; }
span { border-color: rgb(31,159,251); }
td.TdClassName
{
border-color: #1F9FFB;
}
.TagClassName
{
border-color: #1F9FFB;
}
</style>