Html Css Color HEX #116EFC Dodger Blue

📋 copy color: '#116EFC'

red 17 ◦ green 110 ◦ blue 252

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

Shades of Dodger Blue #116EFC

Tints of Dodger Blue #116EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.49%

R = 4.49%
G = 29.02%
B = 66.49%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#116EFC (or 0x116EFC) is known color: Dodger Blue. HEX triplet: 11, 6E and FC. RGB value is (17,110,252). Sum of RGB (Red+Green+Blue) = 17+110+252=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #116EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116EFC is #EE9103. Grayscale: #616161. Windows color (decimal): -15634692 or 16543249. OLE color: 16543249.

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

Color convert

RGB 17 110 252 -
CMYK 0.93 0.56 0 0.01
HSL 216.26º 0.98% 0.53% -
HSV(B) 216.26º 0.93% 0.99% -
XYZ 23.38 18.3 94.4 -
YUV 98.38 214.69 69.95 -
System Red Green Blue C M Y K H S L
Decimal 17 110 252 0.93 0.56 0 0.01 216.26 0.98 0.53
Hex 11 6E FC 5D 38 0 1 D8 62 35
Octal 21 156 374 135 70 0 1 330 142 65
Binary 10001 1101110 11111100 1011101 111000 0 1 11011000 1100010 110101

Color Harmonies of #116EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116EFC

Black with #116EFC

Text Example


Text Example

White with #116EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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