Html Css Color HEX #116FFF Dodger Blue

📋 copy color: '#116FFF'

red 17 ◦ green 111 ◦ blue 255

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

Shades of Dodger Blue #116FFF

Tints of Dodger Blue #116FFF

RGB

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

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

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

R = 4.44%
G = 28.98%
B = 66.58%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#116FFF (or 0x116FFF) is known color: Dodger Blue. HEX triplet: 11, 6F and FF. RGB value is (17,111,255). Sum of RGB (Red+Green+Blue) = 17+111+255=383 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.44% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #116FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FFF is #EE9000. Grayscale: #626262. Windows color (decimal): -15634433 or 16740113. OLE color: 16740113.

HSL color Cylindrical-coordinate representation of color #116FFF: hue angle of 216.3º 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 #116FFF is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 17 111 255 -
CMYK 0.93 0.56 0 0
HSL 216.3º 1% 0.53% -
HSV(B) 216.3º 0.93% 1% -
XYZ 23.97 18.71 96.96 -
YUV 99.31 215.86 69.29 -
System Red Green Blue C M Y K H S L
Decimal 17 111 255 0.93 0.56 0 0 216.3 1 0.53
Hex 11 6F FF 5D 38 0 0 D8 64 35
Octal 21 157 377 135 70 0 0 330 144 65
Binary 10001 1101111 11111111 1011101 111000 0 0 11011000 1100100 110101

Color Harmonies of #116FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FFF

Black with #116FFF

Text Example


Text Example

White with #116FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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