#117FED

Color #117FED Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #117FED

Tints of Dodger Blue #117FED

Color information

#117FED (or 0x117FED) is unknown color: approx Dodger Blue. HEX triplet: 11, 7F and ED. RGB value is (17,127,237). Sum of RGB (Red+Green+Blue) = 17+127+237=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #117FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117FED is #EE8012. Grayscale: #6A6A6A. Windows color (decimal): -15630355 or 15564561. OLE color: 15564561.

HSL color Cylindrical-coordinate representation of color #117FED: hue angle of 210º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117FED is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17127237-
CMYK0.930.4600.07
HSL210º86.61%49.8%-
HSV(B)210º92.83%92.94%-
XYZ23.1121.4183.04-
YUV106.65201.5664.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 4.46%
GREEN value IS 127 (50% from 255) = 33.33%
BLUE value IS 237 (92.97% from 255) = 62.20%
R=4.46%
G=33.33%
B=62.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171272370.930.4600.0721086.6149.8
Hex117FED5D2E07d25732
Octal21177355135560732212762
Binary1000111111111110110110111011011100111110100101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117FED; }

 p { color: rgb(17,127,237); }

 H1.HeaderClassName
 {
   color: #117FED;
 }
 .AnyTagClassName
 {
   color: #117FED;
 }
</style>
background-color css

<style>
 a { background-color: #117FED; }

 a { background-color: rgb(17,127,237); }

 div.DivClassName
 {
   background-color: #117FED;
 }
 .BgClassName
 {
   background-color: #117FED;
 }
</style>
border-color css

<style>
 span { border-color: #117FED; }

 span { border-color: rgb(17,127,237); }

 td.TdClassName
 {
   border-color: #117FED;
 }
 .TagClassName
 {
   border-color: #117FED;
 }
</style>