#117AED

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

Shades of Dodger Blue #117AED

Tints of Dodger Blue #117AED

Color information

#117AED (or 0x117AED) is unknown color: approx Dodger Blue. HEX triplet: 11, 7A and ED. RGB value is (17,122,237). Sum of RGB (Red+Green+Blue) = 17+122+237=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #117AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117AED is #EE8512. Grayscale: #676767. Windows color (decimal): -15631635 or 15563281. OLE color: 15563281.

HSL color Cylindrical-coordinate representation of color #117AED: hue angle of 211.36º 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 #117AED is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17122237-
CMYK0.930.4900.07
HSL211.36º86.61%49.8%-
HSV(B)211.36º92.83%92.94%-
XYZ22.4820.1582.83-
YUV103.71203.2166.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.52%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 237 (92.97% from 255) = 63.03%
R=4.52%
G=32.45%
B=63.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171222370.930.4900.07211.3686.6149.8
Hex117AED5D3107d35732
Octal21172355135610732312762
Binary1000111110101110110110111011100010111110100111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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