Shades of Dodger Blue #1FB0FF
Tints of Dodger Blue #1FB0FF
RGB
CMYK
RGB Variations
Color information
#1FB0FF (or 0x1FB0FF) is known color: Dodger Blue. HEX triplet: 1F, B0 and FF. RGB value is (31,176,255). Sum of RGB (Red+Green+Blue) = 31+176+255=462 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.71% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FB0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FB0FF is #E04F00. Grayscale: #8D8D8D. Windows color (decimal): -14700289 or 16756767. OLE color: 16756767.
HSL color Cylindrical-coordinate representation of color #1FB0FF: hue angle of 201.16º 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 #1FB0FF is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 176 | 255 | - |
| CMYK | 0.88 | 0.31 | 0 | 0 |
| HSL | 201.16º | 1% | 0.56% | - |
| HSV(B) | 201.16º | 0.88% | 1% | - |
| XYZ | 34.14 | 38.56 | 100.25 | - |
| YUV | 141.65 | 191.96 | 49.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 176 | 255 | 0.88 | 0.31 | 0 | 0 | 201.16 | 1 | 0.56 |
| Hex | 1F | B0 | FF | 58 | 1F | 0 | 0 | C9 | 64 | 38 |
| Octal | 37 | 260 | 377 | 130 | 37 | 0 | 0 | 311 | 144 | 70 |
| Binary | 11111 | 10110000 | 11111111 | 1011000 | 11111 | 0 | 0 | 11001001 | 1100100 | 111000 |
Color Harmonies of #1FB0FF
Complementary color
Monochromatic Colors of #1FB0FF
Black with #1FB0FF
Text Example
Text Example
White with #1FB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB0FF; }
p { color: rgb(31,176,255); }
H1.HeaderClassName
{
color: #1FB0FF;
}
.AnyTagClassName
{
color: #1FB0FF;
}
</style>
background-color css
<style>
a { background-color: #1FB0FF; }
a { background-color: rgb(31,176,255); }
div.DivClassName
{
background-color: #1FB0FF;
}
.BgClassName
{
background-color: #1FB0FF;
}
</style>
border-color css
<style>
span { border-color: #1FB0FF; }
span { border-color: rgb(31,176,255); }
td.TdClassName
{
border-color: #1FB0FF;
}
.TagClassName
{
border-color: #1FB0FF;
}
</style>