Html Css Color HEX #117EFB Dodger Blue

📋 copy color: '#117EFB'

red 17 ◦ green 126 ◦ blue 251

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

Shades of Dodger Blue #117EFB

Tints of Dodger Blue #117EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.71%

R = 4.31%
G = 31.98%
B = 63.71%

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

#117EFB (or 0x117EFB) is known color: Dodger Blue. HEX triplet: 11, 7E and FB. RGB value is (17,126,251). Sum of RGB (Red+Green+Blue) = 17+126+251=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #117EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117EFB is #EE8104. Grayscale: #6B6B6B. Windows color (decimal): -15630597 or 16481809. OLE color: 16481809.

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

Color convert

RGB 17 126 251 -
CMYK 0.93 0.50 0 0.02
HSL 212.05º 0.97% 0.53% -
HSV(B) 212.05º 0.93% 0.98% -
XYZ 25.1 22.01 94.19 -
YUV 107.66 208.89 63.34 -
System Red Green Blue C M Y K H S L
Decimal 17 126 251 0.93 0.50 0 0.02 212.05 0.97 0.53
Hex 11 7E FB 5D 32 0 2 D4 61 35
Octal 21 176 373 135 62 0 2 324 141 65
Binary 10001 1111110 11111011 1011101 110010 0 10 11010100 1100001 110101

Color Harmonies of #117EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117EFB

Black with #117EFB

Text Example


Text Example

White with #117EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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