Html Css Color HEX #116DF3 Dodger Blue

📋 copy color: '#116DF3'

red 17 ◦ green 109 ◦ blue 243

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

Shades of Dodger Blue #116DF3

Tints of Dodger Blue #116DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 65.85%

R = 4.61%
G = 29.54%
B = 65.85%

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

#116DF3 (or 0x116DF3) is known color: Dodger Blue. HEX triplet: 11, 6D and F3. RGB value is (17,109,243). Sum of RGB (Red+Green+Blue) = 17+109+243=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 243 (95.31% from 255 or 65.85% from 369); Max value from RGB is 243 - color contains mainly: blue. Hex color #116DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116DF3 is #EE920C. Grayscale: #606060. Windows color (decimal): -15634957 or 15953169. OLE color: 15953169.

HSL color Cylindrical-coordinate representation of color #116DF3: hue angle of 215.58º degrees, saturation: 0.9, 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 #116DF3 is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 109 243 -
CMYK 0.93 0.55 0 0.05
HSL 215.58º 0.9% 0.51% -
HSV(B) 215.58º 0.93% 0.95% -
XYZ 21.88 17.53 87.02 -
YUV 96.77 210.52 71.1 -
System Red Green Blue C M Y K H S L
Decimal 17 109 243 0.93 0.55 0 0.05 215.58 0.9 0.51
Hex 11 6D F3 5D 37 0 5 D8 5A 33
Octal 21 155 363 135 67 0 5 330 132 63
Binary 10001 1101101 11110011 1011101 110111 0 101 11011000 1011010 110011

Color Harmonies of #116DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116DF3

Black with #116DF3

Text Example


Text Example

White with #116DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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