Html Css Color HEX #116EFE Dodger Blue

📋 copy color: '#116EFE'

red 17 ◦ green 110 ◦ blue 254

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

Shades of Dodger Blue #116EFE

Tints of Dodger Blue #116EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.87%

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

R = 4.46%
G = 28.87%
B = 66.67%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#116EFE (or 0x116EFE) is known color: Dodger Blue. HEX triplet: 11, 6E and FE. RGB value is (17,110,254). Sum of RGB (Red+Green+Blue) = 17+110+254=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #116EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116EFE is #EE9101. Grayscale: #616161. Windows color (decimal): -15634690 or 16674321. OLE color: 16674321.

HSL color Cylindrical-coordinate representation of color #116EFE: hue angle of 216.46º 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 #116EFE is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 110 254 -
CMYK 0.93 0.57 0 0.00
HSL 216.46º 0.99% 0.53% -
HSV(B) 216.46º 0.93% 1% -
XYZ 23.7 18.43 96.07 -
YUV 98.61 215.69 69.79 -
System Red Green Blue C M Y K H S L
Decimal 17 110 254 0.93 0.57 0 0.00 216.46 0.99 0.53
Hex 11 6E FE 5D 39 0 0 D8 63 35
Octal 21 156 376 135 71 0 0 330 143 65
Binary 10001 1101110 11111110 1011101 111001 0 0 11011000 1100011 110101

Color Harmonies of #116EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EFE

Black with #116EFE

Text Example


Text Example

White with #116EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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