Html Css Color HEX #116AFB Dodger Blue

📋 copy color: '#116AFB'

red 17 ◦ green 106 ◦ blue 251

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

Shades of Dodger Blue #116AFB

Tints of Dodger Blue #116AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.34%

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

R = 4.55%
G = 28.34%
B = 67.11%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#116AFB (or 0x116AFB) is known color: Dodger Blue. HEX triplet: 11, 6A and FB. RGB value is (17,106,251). Sum of RGB (Red+Green+Blue) = 17+106+251=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #116AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116AFB is #EE9504. Grayscale: #5F5F5F. Windows color (decimal): -15635717 or 16476689. OLE color: 16476689.

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

Color convert

RGB 17 106 251 -
CMYK 0.93 0.58 0 0.02
HSL 217.18º 0.97% 0.53% -
HSV(B) 217.18º 0.93% 0.98% -
XYZ 22.8 17.39 93.42 -
YUV 95.92 215.51 71.71 -
System Red Green Blue C M Y K H S L
Decimal 17 106 251 0.93 0.58 0 0.02 217.18 0.97 0.53
Hex 11 6A FB 5D 3A 0 2 D9 61 35
Octal 21 152 373 135 72 0 2 331 141 65
Binary 10001 1101010 11111011 1011101 111010 0 10 11011001 1100001 110101

Color Harmonies of #116AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116AFB

Black with #116AFB

Text Example


Text Example

White with #116AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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