Html Css Color HEX #116DF1 Dodger Blue

📋 copy color: '#116DF1'

red 17 ◦ green 109 ◦ blue 241

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

Shades of Dodger Blue #116DF1

Tints of Dodger Blue #116DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 65.67%

R = 4.63%
G = 29.7%
B = 65.67%

CMYK

 C value IS 0.93

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#116DF1 (or 0x116DF1) is known color: Dodger Blue. HEX triplet: 11, 6D and F1. RGB value is (17,109,241). Sum of RGB (Red+Green+Blue) = 17+109+241=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 241 (94.53% from 255 or 65.67% from 367); Max value from RGB is 241 - color contains mainly: blue. Hex color #116DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116DF1 is #EE920E. Grayscale: #5F5F5F. Windows color (decimal): -15634959 or 15822097. OLE color: 15822097.

HSL color Cylindrical-coordinate representation of color #116DF1: hue angle of 215.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116DF1 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 109 241 -
CMYK 0.93 0.55 0 0.05
HSL 215.36º 0.89% 0.51% -
HSV(B) 215.36º 0.93% 0.95% -
XYZ 21.58 17.41 85.44 -
YUV 96.54 209.52 71.27 -
System Red Green Blue C M Y K H S L
Decimal 17 109 241 0.93 0.55 0 0.05 215.36 0.89 0.51
Hex 11 6D F1 5D 37 0 5 D7 59 33
Octal 21 155 361 135 67 0 5 327 131 63
Binary 10001 1101101 11110001 1011101 110111 0 101 11010111 1011001 110011

Color Harmonies of #116DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116DF1

Black with #116DF1

Text Example


Text Example

White with #116DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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