Html Css Color HEX #116DF9 Dodger Blue

📋 copy color: '#116DF9'

red 17 ◦ green 109 ◦ blue 249

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

Shades of Dodger Blue #116DF9

Tints of Dodger Blue #116DF9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.07%

 BLUE value IS 249 (97.66% from 255) = 66.4%

R = 4.53%
G = 29.07%
B = 66.4%

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

#116DF9 (or 0x116DF9) is known color: Dodger Blue. HEX triplet: 11, 6D and F9. RGB value is (17,109,249). Sum of RGB (Red+Green+Blue) = 17+109+249=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 249 (97.66% from 255 or 66.4% from 375); Max value from RGB is 249 - color contains mainly: blue. Hex color #116DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116DF9 is #EE9206. Grayscale: #606060. Windows color (decimal): -15634951 or 16346385. OLE color: 16346385.

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

Color convert

RGB 17 109 249 -
CMYK 0.93 0.56 0 0.02
HSL 216.21º 0.95% 0.52% -
HSV(B) 216.21º 0.93% 0.98% -
XYZ 22.8 17.9 91.88 -
YUV 97.45 213.52 70.62 -
System Red Green Blue C M Y K H S L
Decimal 17 109 249 0.93 0.56 0 0.02 216.21 0.95 0.52
Hex 11 6D F9 5D 38 0 2 D8 5F 34
Octal 21 155 371 135 70 0 2 330 137 64
Binary 10001 1101101 11111001 1011101 111000 0 10 11011000 1011111 110100

Color Harmonies of #116DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116DF9

Black with #116DF9

Text Example


Text Example

White with #116DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,109,249); }

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

background-color css

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

 a { background-color: rgb(17,109,249); }

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

border-color css

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

 span { border-color: rgb(17,109,249); }

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