Html Css Color HEX #117DF9 Dodger Blue

📋 copy color: '#117DF9'

red 17 ◦ green 125 ◦ blue 249

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

Shades of Dodger Blue #117DF9

Tints of Dodger Blue #117DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 63.68%

R = 4.35%
G = 31.97%
B = 63.68%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#117DF9 (or 0x117DF9) is known color: Dodger Blue. HEX triplet: 11, 7D and F9. RGB value is (17,125,249). Sum of RGB (Red+Green+Blue) = 17+125+249=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #117DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117DF9 is #EE8206. Grayscale: #6A6A6A. Windows color (decimal): -15630855 or 16350481. OLE color: 16350481.

HSL color Cylindrical-coordinate representation of color #117DF9: hue angle of 212.07º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117DF9 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 125 249 -
CMYK 0.93 0.50 0 0.02
HSL 212.07º 0.95% 0.52% -
HSV(B) 212.07º 0.93% 0.98% -
XYZ 24.66 21.63 92.5 -
YUV 106.84 208.22 63.92 -
System Red Green Blue C M Y K H S L
Decimal 17 125 249 0.93 0.50 0 0.02 212.07 0.95 0.52
Hex 11 7D F9 5D 32 0 2 D4 5F 34
Octal 21 175 371 135 62 0 2 324 137 64
Binary 10001 1111101 11111001 1011101 110010 0 10 11010100 1011111 110100

Color Harmonies of #117DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117DF9

Black with #117DF9

Text Example


Text Example

White with #117DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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