Shades of Dodger Blue #1F76FE
Tints of Dodger Blue #1F76FE
RGB
CMYK
RGB Variations
Color information
#1F76FE (or 0x1F76FE) is known color: Dodger Blue. HEX triplet: 1F, 76 and FE. RGB value is (31,118,254). Sum of RGB (Red+Green+Blue) = 31+118+254=403 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.69% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F76FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F76FE is #E08901. Grayscale: #6A6A6A. Windows color (decimal): -14715138 or 16676383. OLE color: 16676383.
HSL color Cylindrical-coordinate representation of color #1F76FE: hue angle of 216.59º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F76FE is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 118 | 254 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.00 |
| HSL | 216.59º | 0.99% | 0.56% | - |
| HSV(B) | 216.59º | 0.88% | 1% | - |
| XYZ | 24.93 | 20.4 | 96.39 | - |
| YUV | 107.49 | 210.68 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 254 | 0.88 | 0.54 | 0 | 0.00 | 216.59 | 0.99 | 0.56 |
| Hex | 1F | 76 | FE | 58 | 36 | 0 | 0 | D9 | 63 | 38 |
| Octal | 37 | 166 | 376 | 130 | 66 | 0 | 0 | 331 | 143 | 70 |
| Binary | 11111 | 1110110 | 11111110 | 1011000 | 110110 | 0 | 0 | 11011001 | 1100011 | 111000 |
Color Harmonies of #1F76FE
Complementary color
Monochromatic Colors of #1F76FE
Black with #1F76FE
Text Example
Text Example
White with #1F76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F76FE; }
p { color: rgb(31,118,254); }
H1.HeaderClassName
{
color: #1F76FE;
}
.AnyTagClassName
{
color: #1F76FE;
}
</style>
background-color css
<style>
a { background-color: #1F76FE; }
a { background-color: rgb(31,118,254); }
div.DivClassName
{
background-color: #1F76FE;
}
.BgClassName
{
background-color: #1F76FE;
}
</style>
border-color css
<style>
span { border-color: #1F76FE; }
span { border-color: rgb(31,118,254); }
td.TdClassName
{
border-color: #1F76FE;
}
.TagClassName
{
border-color: #1F76FE;
}
</style>