Shades of Dodger Blue #115FFF
Tints of Dodger Blue #115FFF
RGB
CMYK
RGB Variations
Color information
#115FFF (or 0x115FFF) is known color: Dodger Blue. HEX triplet: 11, 5F and FF. RGB value is (17,95,255). Sum of RGB (Red+Green+Blue) = 17+95+255=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #115FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115FFF is #EEA000. Grayscale: #595959. Windows color (decimal): -15638529 or 16736017. OLE color: 16736017.
HSL color Cylindrical-coordinate representation of color #115FFF: hue angle of 220.34º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115FFF is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 95 | 255 | - |
| CMYK | 0.93 | 0.63 | 0 | 0 |
| HSL | 220.34º | 1% | 0.53% | - |
| HSV(B) | 220.34º | 0.93% | 1% | - |
| XYZ | 22.37 | 15.52 | 96.42 | - |
| YUV | 89.92 | 221.16 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 255 | 0.93 | 0.63 | 0 | 0 | 220.34 | 1 | 0.53 |
| Hex | 11 | 5F | FF | 5D | 3F | 0 | 0 | DC | 64 | 35 |
| Octal | 21 | 137 | 377 | 135 | 77 | 0 | 0 | 334 | 144 | 65 |
| Binary | 10001 | 1011111 | 11111111 | 1011101 | 111111 | 0 | 0 | 11011100 | 1100100 | 110101 |
Color Harmonies of #115FFF
Complementary color
Monochromatic Colors of #115FFF
Black with #115FFF
Text Example
Text Example
White with #115FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FFF; }
p { color: rgb(17,95,255); }
H1.HeaderClassName
{
color: #115FFF;
}
.AnyTagClassName
{
color: #115FFF;
}
</style>
background-color css
<style>
a { background-color: #115FFF; }
a { background-color: rgb(17,95,255); }
div.DivClassName
{
background-color: #115FFF;
}
.BgClassName
{
background-color: #115FFF;
}
</style>
border-color css
<style>
span { border-color: #115FFF; }
span { border-color: rgb(17,95,255); }
td.TdClassName
{
border-color: #115FFF;
}
.TagClassName
{
border-color: #115FFF;
}
</style>