Shades of Dodger Blue #115FFE
Tints of Dodger Blue #115FFE
RGB
CMYK
RGB Variations
Color information
#115FFE (or 0x115FFE) is known color: Dodger Blue. HEX triplet: 11, 5F and FE. RGB value is (17,95,254). Sum of RGB (Red+Green+Blue) = 17+95+254=366 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.64% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #115FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #115FFE is #EEA001. Grayscale: #595959. Windows color (decimal): -15638530 or 16670481. OLE color: 16670481.
HSL color Cylindrical-coordinate representation of color #115FFE: hue angle of 220.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #115FFE is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 95 | 254 | - |
| CMYK | 0.93 | 0.63 | 0 | 0.00 |
| HSL | 220.25º | 0.99% | 0.53% | - |
| HSV(B) | 220.25º | 0.93% | 1% | - |
| XYZ | 22.21 | 15.46 | 95.58 | - |
| YUV | 89.8 | 220.66 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 95 | 254 | 0.93 | 0.63 | 0 | 0.00 | 220.25 | 0.99 | 0.53 |
| Hex | 11 | 5F | FE | 5D | 3F | 0 | 0 | DC | 63 | 35 |
| Octal | 21 | 137 | 376 | 135 | 77 | 0 | 0 | 334 | 143 | 65 |
| Binary | 10001 | 1011111 | 11111110 | 1011101 | 111111 | 0 | 0 | 11011100 | 1100011 | 110101 |
Color Harmonies of #115FFE
Complementary color
Monochromatic Colors of #115FFE
Black with #115FFE
Text Example
Text Example
White with #115FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115FFE; }
p { color: rgb(17,95,254); }
H1.HeaderClassName
{
color: #115FFE;
}
.AnyTagClassName
{
color: #115FFE;
}
</style>
background-color css
<style>
a { background-color: #115FFE; }
a { background-color: rgb(17,95,254); }
div.DivClassName
{
background-color: #115FFE;
}
.BgClassName
{
background-color: #115FFE;
}
</style>
border-color css
<style>
span { border-color: #115FFE; }
span { border-color: rgb(17,95,254); }
td.TdClassName
{
border-color: #115FFE;
}
.TagClassName
{
border-color: #115FFE;
}
</style>