Html Css Color HEX #117DE5 Dodger Blue

📋 copy color: '#117DE5'

red 17 ◦ green 125 ◦ blue 229

#117DE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #117DE5

Tints of Dodger Blue #117DE5

RGB

 RED value IS 17 (7.03% from 255) = 4.58%

 GREEN value IS 125 (49.22% from 255) = 33.69%

 BLUE value IS 229 (89.84% from 255) = 61.73%

R = 4.58%
G = 33.69%
B = 61.73%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#117DE5 (or 0x117DE5) is known color: Dodger Blue. HEX triplet: 11, 7D and E5. RGB value is (17,125,229). Sum of RGB (Red+Green+Blue) = 17+125+229=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #117DE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DE5 is #EE821A. Grayscale: #686868. Windows color (decimal): -15630875 or 15039761. OLE color: 15039761.

HSL color Cylindrical-coordinate representation of color #117DE5: hue angle of 209.43º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117DE5 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 17 125 229 -
CMYK 0.93 0.45 0 0.10
HSL 209.43º 0.86% 0.48% -
HSV(B) 209.43º 0.93% 0.9% -
XYZ 21.71 20.44 76.93 -
YUV 104.56 198.22 65.54 -
System Red Green Blue C M Y K H S L
Decimal 17 125 229 0.93 0.45 0 0.10 209.43 0.86 0.48
Hex 11 7D E5 5D 2D 0 A D1 56 30
Octal 21 175 345 135 55 0 12 321 126 60
Binary 10001 1111101 11100101 1011101 101101 0 1010 11010001 1010110 110000

Color Harmonies of #117DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117DE5

Black with #117DE5

Text Example


Text Example

White with #117DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,125,229); }

 H1.HeaderClassName
 {
   color: #117DE5;
 }
 .AnyTagClassName
 {
   color: #117DE5;
 }
</style>

background-color css

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

 a { background-color: rgb(17,125,229); }

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

border-color css

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

 span { border-color: rgb(17,125,229); }

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