Html Css Color HEX #117EF9 Dodger Blue

📋 copy color: '#117EF9'

red 17 ◦ green 126 ◦ blue 249

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

Shades of Dodger Blue #117EF9

Tints of Dodger Blue #117EF9

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.14%

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

R = 4.34%
G = 32.14%
B = 63.52%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#117EF9 (or 0x117EF9) is known color: Dodger Blue. HEX triplet: 11, 7E and F9. RGB value is (17,126,249). Sum of RGB (Red+Green+Blue) = 17+126+249=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 249 (97.66% from 255 or 63.52% from 392); Max value from RGB is 249 - color contains mainly: blue. Hex color #117EF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117EF9 is #EE8106. Grayscale: #6A6A6A. Windows color (decimal): -15630599 or 16350737. OLE color: 16350737.

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

Color convert

RGB 17 126 249 -
CMYK 0.93 0.49 0 0.02
HSL 211.81º 0.95% 0.52% -
HSV(B) 211.81º 0.93% 0.98% -
XYZ 24.79 21.88 92.54 -
YUV 107.43 207.89 63.5 -
System Red Green Blue C M Y K H S L
Decimal 17 126 249 0.93 0.49 0 0.02 211.81 0.95 0.52
Hex 11 7E F9 5D 31 0 2 D4 5F 34
Octal 21 176 371 135 61 0 2 324 137 64
Binary 10001 1111110 11111001 1011101 110001 0 10 11010100 1011111 110100

Color Harmonies of #117EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117EF9

Black with #117EF9

Text Example


Text Example

White with #117EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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