Shades of Dodger Blue #1F9BFF
Tints of Dodger Blue #1F9BFF
RGB
CMYK
RGB Variations
Color information
#1F9BFF (or 0x1F9BFF) is known color: Dodger Blue. HEX triplet: 1F, 9B and FF. RGB value is (31,155,255). Sum of RGB (Red+Green+Blue) = 31+155+255=441 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.03% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F9BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F9BFF is #E06400. Grayscale: #808080. Windows color (decimal): -14705665 or 16751391. OLE color: 16751391.
HSL color Cylindrical-coordinate representation of color #1F9BFF: hue angle of 206.79º 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 #1F9BFF is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 155 | 255 | - |
| CMYK | 0.88 | 0.39 | 0 | 0 |
| HSL | 206.79º | 1% | 0.56% | - |
| HSV(B) | 206.79º | 0.88% | 1% | - |
| XYZ | 30.34 | 30.95 | 98.98 | - |
| YUV | 129.32 | 198.92 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 155 | 255 | 0.88 | 0.39 | 0 | 0 | 206.79 | 1 | 0.56 |
| Hex | 1F | 9B | FF | 58 | 27 | 0 | 0 | CF | 64 | 38 |
| Octal | 37 | 233 | 377 | 130 | 47 | 0 | 0 | 317 | 144 | 70 |
| Binary | 11111 | 10011011 | 11111111 | 1011000 | 100111 | 0 | 0 | 11001111 | 1100100 | 111000 |
Color Harmonies of #1F9BFF
Complementary color
Monochromatic Colors of #1F9BFF
Black with #1F9BFF
Text Example
Text Example
White with #1F9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9BFF; }
p { color: rgb(31,155,255); }
H1.HeaderClassName
{
color: #1F9BFF;
}
.AnyTagClassName
{
color: #1F9BFF;
}
</style>
background-color css
<style>
a { background-color: #1F9BFF; }
a { background-color: rgb(31,155,255); }
div.DivClassName
{
background-color: #1F9BFF;
}
.BgClassName
{
background-color: #1F9BFF;
}
</style>
border-color css
<style>
span { border-color: #1F9BFF; }
span { border-color: rgb(31,155,255); }
td.TdClassName
{
border-color: #1F9BFF;
}
.TagClassName
{
border-color: #1F9BFF;
}
</style>