Shades of Dodger Blue #1F75FE
Tints of Dodger Blue #1F75FE
RGB
CMYK
RGB Variations
Color information
#1F75FE (or 0x1F75FE) is known color: Dodger Blue. HEX triplet: 1F, 75 and FE. RGB value is (31,117,254). Sum of RGB (Red+Green+Blue) = 31+117+254=402 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.71% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #1F75FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F75FE is #E08A01. Grayscale: #6A6A6A. Windows color (decimal): -14715394 or 16676127. OLE color: 16676127.
HSL color Cylindrical-coordinate representation of color #1F75FE: hue angle of 216.86º 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 #1F75FE is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 31 | 117 | 254 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.00 |
| HSL | 216.86º | 0.99% | 0.56% | - |
| HSV(B) | 216.86º | 0.88% | 1% | - |
| XYZ | 24.82 | 20.17 | 96.35 | - |
| YUV | 106.9 | 211.01 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 117 | 254 | 0.88 | 0.54 | 0 | 0.00 | 216.86 | 0.99 | 0.56 |
| Hex | 1F | 75 | FE | 58 | 36 | 0 | 0 | D9 | 63 | 38 |
| Octal | 37 | 165 | 376 | 130 | 66 | 0 | 0 | 331 | 143 | 70 |
| Binary | 11111 | 1110101 | 11111110 | 1011000 | 110110 | 0 | 0 | 11011001 | 1100011 | 111000 |
Color Harmonies of #1F75FE
Complementary color
Monochromatic Colors of #1F75FE
Black with #1F75FE
Text Example
Text Example
White with #1F75FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F75FE; }
p { color: rgb(31,117,254); }
H1.HeaderClassName
{
color: #1F75FE;
}
.AnyTagClassName
{
color: #1F75FE;
}
</style>
background-color css
<style>
a { background-color: #1F75FE; }
a { background-color: rgb(31,117,254); }
div.DivClassName
{
background-color: #1F75FE;
}
.BgClassName
{
background-color: #1F75FE;
}
</style>
border-color css
<style>
span { border-color: #1F75FE; }
span { border-color: rgb(31,117,254); }
td.TdClassName
{
border-color: #1F75FE;
}
.TagClassName
{
border-color: #1F75FE;
}
</style>