Html Css Color HEX #116FFB Dodger Blue

📋 copy color: '#116FFB'

red 17 ◦ green 111 ◦ blue 251

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

Shades of Dodger Blue #116FFB

Tints of Dodger Blue #116FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 66.23%

R = 4.49%
G = 29.29%
B = 66.23%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#116FFB (or 0x116FFB) is known color: Dodger Blue. HEX triplet: 11, 6F and FB. RGB value is (17,111,251). Sum of RGB (Red+Green+Blue) = 17+111+251=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #116FFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FFB is #EE9004. Grayscale: #626262. Windows color (decimal): -15634437 or 16477969. OLE color: 16477969.

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

Color convert

RGB 17 111 251 -
CMYK 0.93 0.56 0 0.02
HSL 215.9º 0.97% 0.53% -
HSV(B) 215.9º 0.93% 0.98% -
XYZ 23.33 18.45 93.6 -
YUV 98.85 213.86 69.62 -
System Red Green Blue C M Y K H S L
Decimal 17 111 251 0.93 0.56 0 0.02 215.9 0.97 0.53
Hex 11 6F FB 5D 38 0 2 D8 61 35
Octal 21 157 373 135 70 0 2 330 141 65
Binary 10001 1101111 11111011 1011101 111000 0 10 11011000 1100001 110101

Color Harmonies of #116FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FFB

Black with #116FFB

Text Example


Text Example

White with #116FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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