Html Css Color HEX #116AFA Dodger Blue

📋 copy color: '#116AFA'

red 17 ◦ green 106 ◦ blue 250

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

Shades of Dodger Blue #116AFA

Tints of Dodger Blue #116AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.02%

R = 4.56%
G = 28.42%
B = 67.02%

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

#116AFA (or 0x116AFA) is known color: Dodger Blue. HEX triplet: 11, 6A and FA. RGB value is (17,106,250). Sum of RGB (Red+Green+Blue) = 17+106+250=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #116AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116AFA is #EE9505. Grayscale: #5F5F5F. Windows color (decimal): -15635718 or 16411153. OLE color: 16411153.

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

Color convert

RGB 17 106 250 -
CMYK 0.93 0.58 0 0.02
HSL 217.08º 0.96% 0.52% -
HSV(B) 217.08º 0.93% 0.98% -
XYZ 22.64 17.33 92.59 -
YUV 95.81 215.01 71.79 -
System Red Green Blue C M Y K H S L
Decimal 17 106 250 0.93 0.58 0 0.02 217.08 0.96 0.52
Hex 11 6A FA 5D 3A 0 2 D9 60 34
Octal 21 152 372 135 72 0 2 331 140 64
Binary 10001 1101010 11111010 1011101 111010 0 10 11011001 1100000 110100

Color Harmonies of #116AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116AFA

Black with #116AFA

Text Example


Text Example

White with #116AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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