Html Css Color HEX #116EFA Dodger Blue

📋 copy color: '#116EFA'

red 17 ◦ green 110 ◦ blue 250

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

Shades of Dodger Blue #116EFA

Tints of Dodger Blue #116EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.31%

R = 4.51%
G = 29.18%
B = 66.31%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#116EFA (or 0x116EFA) is known color: Dodger Blue. HEX triplet: 11, 6E and FA. RGB value is (17,110,250). Sum of RGB (Red+Green+Blue) = 17+110+250=377 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.51% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 250 (98.05% from 255 or 66.31% from 377); Max value from RGB is 250 - color contains mainly: blue. Hex color #116EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116EFA is #EE9105. Grayscale: #616161. Windows color (decimal): -15634694 or 16412177. OLE color: 16412177.

HSL color Cylindrical-coordinate representation of color #116EFA: hue angle of 216.05º degrees, saturation: 0.96, 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 #116EFA is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 110 250 -
CMYK 0.93 0.56 0 0.02
HSL 216.05º 0.96% 0.52% -
HSV(B) 216.05º 0.93% 0.98% -
XYZ 23.06 18.17 92.73 -
YUV 98.15 213.69 70.12 -
System Red Green Blue C M Y K H S L
Decimal 17 110 250 0.93 0.56 0 0.02 216.05 0.96 0.52
Hex 11 6E FA 5D 38 0 2 D8 60 34
Octal 21 156 372 135 70 0 2 330 140 64
Binary 10001 1101110 11111010 1011101 111000 0 10 11011000 1100000 110100

Color Harmonies of #116EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EFA

Black with #116EFA

Text Example


Text Example

White with #116EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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