Html Css Color HEX #116AFD Dodger Blue

📋 copy color: '#116AFD'

red 17 ◦ green 106 ◦ blue 253

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

Shades of Dodger Blue #116AFD

Tints of Dodger Blue #116AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.29%

R = 4.52%
G = 28.19%
B = 67.29%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#116AFD (or 0x116AFD) is known color: Dodger Blue. HEX triplet: 11, 6A and FD. RGB value is (17,106,253). Sum of RGB (Red+Green+Blue) = 17+106+253=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #116AFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116AFD is #EE9502. Grayscale: #5F5F5F. Windows color (decimal): -15635715 or 16607761. OLE color: 16607761.

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

Color convert

RGB 17 106 253 -
CMYK 0.93 0.58 0 0.01
HSL 217.37º 0.98% 0.53% -
HSV(B) 217.37º 0.93% 0.99% -
XYZ 23.11 17.52 95.09 -
YUV 96.15 216.51 71.55 -
System Red Green Blue C M Y K H S L
Decimal 17 106 253 0.93 0.58 0 0.01 217.37 0.98 0.53
Hex 11 6A FD 5D 3A 0 1 D9 62 35
Octal 21 152 375 135 72 0 1 331 142 65
Binary 10001 1101010 11111101 1011101 111010 0 1 11011001 1100010 110101

Color Harmonies of #116AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116AFD

Black with #116AFD

Text Example


Text Example

White with #116AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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