Html Css Color HEX #116FFA Dodger Blue

📋 copy color: '#116FFA'

red 17 ◦ green 111 ◦ blue 250

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

Shades of Dodger Blue #116FFA

Tints of Dodger Blue #116FFA

RGB

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

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

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

R = 4.5%
G = 29.37%
B = 66.14%

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

#116FFA (or 0x116FFA) is known color: Dodger Blue. HEX triplet: 11, 6F and FA. RGB value is (17,111,250). Sum of RGB (Red+Green+Blue) = 17+111+250=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #116FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FFA is #EE9005. Grayscale: #626262. Windows color (decimal): -15634438 or 16412433. OLE color: 16412433.

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

Color convert

RGB 17 111 250 -
CMYK 0.93 0.56 0 0.02
HSL 215.79º 0.96% 0.52% -
HSV(B) 215.79º 0.93% 0.98% -
XYZ 23.17 18.39 92.77 -
YUV 98.74 213.36 69.7 -
System Red Green Blue C M Y K H S L
Decimal 17 111 250 0.93 0.56 0 0.02 215.79 0.96 0.52
Hex 11 6F FA 5D 38 0 2 D8 60 34
Octal 21 157 372 135 70 0 2 330 140 64
Binary 10001 1101111 11111010 1011101 111000 0 10 11011000 1100000 110100

Color Harmonies of #116FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FFA

Black with #116FFA

Text Example


Text Example

White with #116FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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