Html Css Color HEX #116BFB Dodger Blue

📋 copy color: '#116BFB'

red 17 ◦ green 107 ◦ blue 251

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

Shades of Dodger Blue #116BFB

Tints of Dodger Blue #116BFB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.53%

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

R = 4.53%
G = 28.53%
B = 66.93%

CMYK

 C value IS 0.93

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#116BFB (or 0x116BFB) is known color: Dodger Blue. HEX triplet: 11, 6B and FB. RGB value is (17,107,251). Sum of RGB (Red+Green+Blue) = 17+107+251=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #116BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116BFB is #EE9404. Grayscale: #5F5F5F. Windows color (decimal): -15635461 or 16476945. OLE color: 16476945.

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

Color convert

RGB 17 107 251 -
CMYK 0.93 0.57 0 0.02
HSL 216.92º 0.97% 0.53% -
HSV(B) 216.92º 0.93% 0.98% -
XYZ 22.9 17.6 93.46 -
YUV 96.51 215.18 71.29 -
System Red Green Blue C M Y K H S L
Decimal 17 107 251 0.93 0.57 0 0.02 216.92 0.97 0.53
Hex 11 6B FB 5D 39 0 2 D9 61 35
Octal 21 153 373 135 71 0 2 331 141 65
Binary 10001 1101011 11111011 1011101 111001 0 10 11011001 1100001 110101

Color Harmonies of #116BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116BFB

Black with #116BFB

Text Example


Text Example

White with #116BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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