Html Css Color HEX #116FEF Dodger Blue

📋 copy color: '#116FEF'

red 17 ◦ green 111 ◦ blue 239

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

Shades of Dodger Blue #116FEF

Tints of Dodger Blue #116FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.12%

R = 4.63%
G = 30.25%
B = 65.12%

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

#116FEF (or 0x116FEF) is known color: Dodger Blue. HEX triplet: 11, 6F and EF. RGB value is (17,111,239). Sum of RGB (Red+Green+Blue) = 17+111+239=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #116FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FEF is #EE9010. Grayscale: #606060. Windows color (decimal): -15634449 or 15691537. OLE color: 15691537.

HSL color Cylindrical-coordinate representation of color #116FEF: hue angle of 214.59º degrees, saturation: 0.87, 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 #116FEF is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 111 239 -
CMYK 0.93 0.54 0 0.06
HSL 214.59º 0.87% 0.5% -
HSV(B) 214.59º 0.93% 0.94% -
XYZ 21.5 17.72 83.95 -
YUV 97.49 207.86 70.59 -
System Red Green Blue C M Y K H S L
Decimal 17 111 239 0.93 0.54 0 0.06 214.59 0.87 0.5
Hex 11 6F EF 5D 36 0 6 D7 57 32
Octal 21 157 357 135 66 0 6 327 127 62
Binary 10001 1101111 11101111 1011101 110110 0 110 11010111 1010111 110010

Color Harmonies of #116FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FEF

Black with #116FEF

Text Example


Text Example

White with #116FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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