Html Css Color HEX #117EFE Dodger Blue

📋 copy color: '#117EFE'

red 17 ◦ green 126 ◦ blue 254

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

Shades of Dodger Blue #117EFE

Tints of Dodger Blue #117EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.98%

R = 4.28%
G = 31.74%
B = 63.98%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#117EFE (or 0x117EFE) is known color: Dodger Blue. HEX triplet: 11, 7E and FE. RGB value is (17,126,254). Sum of RGB (Red+Green+Blue) = 17+126+254=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #117EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117EFE is #EE8101. Grayscale: #6B6B6B. Windows color (decimal): -15630594 or 16678417. OLE color: 16678417.

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

Color convert

RGB 17 126 254 -
CMYK 0.93 0.50 0 0.00
HSL 212.41º 0.99% 0.53% -
HSV(B) 212.41º 0.93% 1% -
XYZ 25.58 22.2 96.7 -
YUV 108 210.39 63.09 -
System Red Green Blue C M Y K H S L
Decimal 17 126 254 0.93 0.50 0 0.00 212.41 0.99 0.53
Hex 11 7E FE 5D 32 0 0 D4 63 35
Octal 21 176 376 135 62 0 0 324 143 65
Binary 10001 1111110 11111110 1011101 110010 0 0 11010100 1100011 110101

Color Harmonies of #117EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117EFE

Black with #117EFE

Text Example


Text Example

White with #117EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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