#117ced

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

Shades of Dodger Blue #117CED

Tints of Dodger Blue #117CED

Color information

#117CED (or 0x117CED) is unknown color: approx Dodger Blue. HEX triplet: 11, 7C and ED. RGB value is (17,124,237). Sum of RGB (Red+Green+Blue) = 17+124+237=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #117CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117CED is #EE8312. Grayscale: #686868. Windows color (decimal): -15631123 or 15563793. OLE color: 15563793.

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

Color convert

RGB17124237-
CMYK0.930.4800.07
HSL210.82º86.61%49.8%-
HSV(B)210.82º92.83%92.94%-
XYZ22.7220.6582.91-
YUV104.89202.5565.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.50%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 237 (92.97% from 255) = 62.70%
R=4.50%
G=32.80%
B=62.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171242370.930.4800.07210.8286.6149.8
Hex117CED5D3007d35732
Octal21174355135600732312762
Binary1000111111001110110110111011100000111110100111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117ced

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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