Html Css Color HEX #117DF7 Dodger Blue

📋 copy color: '#117DF7'

red 17 ◦ green 125 ◦ blue 247

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

Shades of Dodger Blue #117DF7

Tints of Dodger Blue #117DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 63.5%

R = 4.37%
G = 32.13%
B = 63.5%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#117DF7 (or 0x117DF7) is known color: Dodger Blue. HEX triplet: 11, 7D and F7. RGB value is (17,125,247). Sum of RGB (Red+Green+Blue) = 17+125+247=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 247 (96.88% from 255 or 63.50% from 389); Max value from RGB is 247 - color contains mainly: blue. Hex color #117DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117DF7 is #EE8208. Grayscale: #6A6A6A. Windows color (decimal): -15630857 or 16219409. OLE color: 16219409.

HSL color Cylindrical-coordinate representation of color #117DF7: hue angle of 211.83º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117DF7 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 17 125 247 -
CMYK 0.93 0.49 0 0.03
HSL 211.83º 0.93% 0.52% -
HSV(B) 211.83º 0.93% 0.97% -
XYZ 24.35 21.5 90.86 -
YUV 106.62 207.22 64.08 -
System Red Green Blue C M Y K H S L
Decimal 17 125 247 0.93 0.49 0 0.03 211.83 0.93 0.52
Hex 11 7D F7 5D 31 0 3 D4 5D 34
Octal 21 175 367 135 61 0 3 324 135 64
Binary 10001 1111101 11110111 1011101 110001 0 11 11010100 1011101 110100

Color Harmonies of #117DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117DF7

Black with #117DF7

Text Example


Text Example

White with #117DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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