Html Css Color HEX #116EFF Dodger Blue

📋 copy color: '#116EFF'

red 17 ◦ green 110 ◦ blue 255

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

Shades of Dodger Blue #116EFF

Tints of Dodger Blue #116EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.75%

R = 4.45%
G = 28.8%
B = 66.75%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#116EFF (or 0x116EFF) is known color: Dodger Blue. HEX triplet: 11, 6E and FF. RGB value is (17,110,255). Sum of RGB (Red+Green+Blue) = 17+110+255=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 255 (100% from 255 or 66.75% from 382); Max value from RGB is 255 - color contains mainly: blue. Hex color #116EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116EFF is #EE9100. Grayscale: #626262. Windows color (decimal): -15634689 or 16739857. OLE color: 16739857.

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

Color convert

RGB 17 110 255 -
CMYK 0.93 0.57 0 0
HSL 216.55º 1% 0.53% -
HSV(B) 216.55º 0.93% 1% -
XYZ 23.86 18.49 96.92 -
YUV 98.72 216.19 69.71 -
System Red Green Blue C M Y K H S L
Decimal 17 110 255 0.93 0.57 0 0 216.55 1 0.53
Hex 11 6E FF 5D 39 0 0 D9 64 35
Octal 21 156 377 135 71 0 0 331 144 65
Binary 10001 1101110 11111111 1011101 111001 0 0 11011001 1100100 110101

Color Harmonies of #116EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EFF

Black with #116EFF

Text Example


Text Example

White with #116EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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