Html Css Color HEX #116DFD Dodger Blue

📋 copy color: '#116DFD'

red 17 ◦ green 109 ◦ blue 253

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

Shades of Dodger Blue #116DFD

Tints of Dodger Blue #116DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 66.75%

R = 4.49%
G = 28.76%
B = 66.75%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#116DFD (or 0x116DFD) is known color: Dodger Blue. HEX triplet: 11, 6D and FD. RGB value is (17,109,253). Sum of RGB (Red+Green+Blue) = 17+109+253=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #116DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116DFD is #EE9202. Grayscale: #616161. Windows color (decimal): -15634947 or 16608529. OLE color: 16608529.

HSL color Cylindrical-coordinate representation of color #116DFD: hue angle of 216.61º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116DFD is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 109 253 -
CMYK 0.93 0.57 0 0.01
HSL 216.61º 0.98% 0.53% -
HSV(B) 216.61º 0.93% 0.99% -
XYZ 23.43 18.15 95.2 -
YUV 97.91 215.52 70.29 -
System Red Green Blue C M Y K H S L
Decimal 17 109 253 0.93 0.57 0 0.01 216.61 0.98 0.53
Hex 11 6D FD 5D 39 0 1 D9 62 35
Octal 21 155 375 135 71 0 1 331 142 65
Binary 10001 1101101 11111101 1011101 111001 0 1 11011001 1100010 110101

Color Harmonies of #116DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116DFD

Black with #116DFD

Text Example


Text Example

White with #116DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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