Html Css Color HEX #116FF3 Dodger Blue

📋 copy color: '#116FF3'

red 17 ◦ green 111 ◦ blue 243

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

Shades of Dodger Blue #116FF3

Tints of Dodger Blue #116FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 65.5%

R = 4.58%
G = 29.92%
B = 65.5%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#116FF3 (or 0x116FF3) is known color: Dodger Blue. HEX triplet: 11, 6F and F3. RGB value is (17,111,243). Sum of RGB (Red+Green+Blue) = 17+111+243=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 243 (95.31% from 255 or 65.50% from 371); Max value from RGB is 243 - color contains mainly: blue. Hex color #116FF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FF3 is #EE900C. Grayscale: #616161. Windows color (decimal): -15634445 or 15953681. OLE color: 15953681.

HSL color Cylindrical-coordinate representation of color #116FF3: hue angle of 215.04º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116FF3 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 111 243 -
CMYK 0.93 0.54 0 0.05
HSL 215.04º 0.9% 0.51% -
HSV(B) 215.04º 0.93% 0.95% -
XYZ 22.09 17.96 87.1 -
YUV 97.94 209.86 70.27 -
System Red Green Blue C M Y K H S L
Decimal 17 111 243 0.93 0.54 0 0.05 215.04 0.9 0.51
Hex 11 6F F3 5D 36 0 5 D7 5A 33
Octal 21 157 363 135 66 0 5 327 132 63
Binary 10001 1101111 11110011 1011101 110110 0 101 11010111 1011010 110011

Color Harmonies of #116FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116FF3

Black with #116FF3

Text Example


Text Example

White with #116FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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