Html Css Color HEX #116FF0 Dodger Blue

📋 copy color: '#116FF0'

red 17 ◦ green 111 ◦ blue 240

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

Shades of Dodger Blue #116FF0

Tints of Dodger Blue #116FF0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.16%

 BLUE value IS 240 (94.14% from 255) = 65.22%

R = 4.62%
G = 30.16%
B = 65.22%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#116FF0 (or 0x116FF0) is known color: Dodger Blue. HEX triplet: 11, 6F and F0. RGB value is (17,111,240). Sum of RGB (Red+Green+Blue) = 17+111+240=368 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.62% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 240 (94.14% from 255 or 65.22% from 368); Max value from RGB is 240 - color contains mainly: blue. Hex color #116FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FF0 is #EE900F. Grayscale: #606060. Windows color (decimal): -15634448 or 15757073. OLE color: 15757073.

HSL color Cylindrical-coordinate representation of color #116FF0: hue angle of 214.71º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116FF0 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 111 240 -
CMYK 0.93 0.54 0 0.06
HSL 214.71º 0.88% 0.5% -
HSV(B) 214.71º 0.93% 0.94% -
XYZ 21.64 17.78 84.73 -
YUV 97.6 208.36 70.51 -
System Red Green Blue C M Y K H S L
Decimal 17 111 240 0.93 0.54 0 0.06 214.71 0.88 0.5
Hex 11 6F F0 5D 36 0 6 D7 58 32
Octal 21 157 360 135 66 0 6 327 130 62
Binary 10001 1101111 11110000 1011101 110110 0 110 11010111 1011000 110010

Color Harmonies of #116FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FF0

Black with #116FF0

Text Example


Text Example

White with #116FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,111,240); }

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

background-color css

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

 a { background-color: rgb(17,111,240); }

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

border-color css

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

 span { border-color: rgb(17,111,240); }

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