Shades of Dodger Blue #1F7BFF
Tints of Dodger Blue #1F7BFF
RGB
CMYK
RGB Variations
Color information
#1F7BFF (or 0x1F7BFF) is known color: Dodger Blue. HEX triplet: 1F, 7B and FF. RGB value is (31,123,255). Sum of RGB (Red+Green+Blue) = 31+123+255=409 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.58% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F7BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F7BFF is #E08400. Grayscale: #6D6D6D. Windows color (decimal): -14713857 or 16743199. OLE color: 16743199.
HSL color Cylindrical-coordinate representation of color #1F7BFF: hue angle of 215.36º 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 #1F7BFF is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 123 | 255 | - |
| CMYK | 0.88 | 0.52 | 0 | 0 |
| HSL | 215.36º | 1% | 0.56% | - |
| HSV(B) | 215.36º | 0.88% | 1% | - |
| XYZ | 25.7 | 21.68 | 97.44 | - |
| YUV | 110.54 | 209.52 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 123 | 255 | 0.88 | 0.52 | 0 | 0 | 215.36 | 1 | 0.56 |
| Hex | 1F | 7B | FF | 58 | 34 | 0 | 0 | D7 | 64 | 38 |
| Octal | 37 | 173 | 377 | 130 | 64 | 0 | 0 | 327 | 144 | 70 |
| Binary | 11111 | 1111011 | 11111111 | 1011000 | 110100 | 0 | 0 | 11010111 | 1100100 | 111000 |
Color Harmonies of #1F7BFF
Complementary color
Monochromatic Colors of #1F7BFF
Black with #1F7BFF
Text Example
Text Example
White with #1F7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7BFF; }
p { color: rgb(31,123,255); }
H1.HeaderClassName
{
color: #1F7BFF;
}
.AnyTagClassName
{
color: #1F7BFF;
}
</style>
background-color css
<style>
a { background-color: #1F7BFF; }
a { background-color: rgb(31,123,255); }
div.DivClassName
{
background-color: #1F7BFF;
}
.BgClassName
{
background-color: #1F7BFF;
}
</style>
border-color css
<style>
span { border-color: #1F7BFF; }
span { border-color: rgb(31,123,255); }
td.TdClassName
{
border-color: #1F7BFF;
}
.TagClassName
{
border-color: #1F7BFF;
}
</style>