Html Css Color HEX #117EF8 Dodger Blue

📋 copy color: '#117EF8'

red 17 ◦ green 126 ◦ blue 248

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

Shades of Dodger Blue #117EF8

Tints of Dodger Blue #117EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 63.43%

R = 4.35%
G = 32.23%
B = 63.43%

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

#117EF8 (or 0x117EF8) is known color: Dodger Blue. HEX triplet: 11, 7E and F8. RGB value is (17,126,248). Sum of RGB (Red+Green+Blue) = 17+126+248=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #117EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117EF8 is #EE8107. Grayscale: #6A6A6A. Windows color (decimal): -15630600 or 16285201. OLE color: 16285201.

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

Color convert

RGB 17 126 248 -
CMYK 0.93 0.49 0 0.03
HSL 211.69º 0.94% 0.52% -
HSV(B) 211.69º 0.93% 0.97% -
XYZ 24.64 21.82 91.72 -
YUV 107.32 207.39 63.58 -
System Red Green Blue C M Y K H S L
Decimal 17 126 248 0.93 0.49 0 0.03 211.69 0.94 0.52
Hex 11 7E F8 5D 31 0 3 D4 5E 34
Octal 21 176 370 135 61 0 3 324 136 64
Binary 10001 1111110 11111000 1011101 110001 0 11 11010100 1011110 110100

Color Harmonies of #117EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117EF8

Black with #117EF8

Text Example


Text Example

White with #117EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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