Html Css Color HEX #1186F1 Dodger Blue

📋 copy color: '#1186F1'

red 17 ◦ green 134 ◦ blue 241

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

Shades of Dodger Blue #1186F1

Tints of Dodger Blue #1186F1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

 BLUE value IS 241 (94.53% from 255) = 61.48%

R = 4.34%
G = 34.18%
B = 61.48%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1186F1 (or 0x1186F1) is known color: Dodger Blue. HEX triplet: 11, 86 and F1. RGB value is (17,134,241). Sum of RGB (Red+Green+Blue) = 17+134+241=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #1186F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1186F1 is #EE790E. Grayscale: #6E6E6E. Windows color (decimal): -15628559 or 15828497. OLE color: 15828497.

HSL color Cylindrical-coordinate representation of color #1186F1: hue angle of 208.66º degrees, saturation: 0.89, 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 #1186F1 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 134 241 -
CMYK 0.93 0.44 0 0.05
HSL 208.66º 0.89% 0.51% -
HSV(B) 208.66º 0.93% 0.95% -
XYZ 24.63 23.52 86.46 -
YUV 111.22 201.24 60.8 -
System Red Green Blue C M Y K H S L
Decimal 17 134 241 0.93 0.44 0 0.05 208.66 0.89 0.51
Hex 11 86 F1 5D 2C 0 5 D1 59 33
Octal 21 206 361 135 54 0 5 321 131 63
Binary 10001 10000110 11110001 1011101 101100 0 101 11010001 1011001 110011

Color Harmonies of #1186F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1186F1

Black with #1186F1

Text Example


Text Example

White with #1186F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1186F1; }

 p { color: rgb(17,134,241); }

 H1.HeaderClassName
 {
   color: #1186F1;
 }
 .AnyTagClassName
 {
   color: #1186F1;
 }
</style>

background-color css

<style>
 a { background-color: #1186F1; }

 a { background-color: rgb(17,134,241); }

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

border-color css

<style>
 span { border-color: #1186F1; }

 span { border-color: rgb(17,134,241); }

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