Html Css Color HEX #1186FA Dodger Blue

📋 copy color: '#1186FA'

red 17 ◦ green 134 ◦ blue 250

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

Shades of Dodger Blue #1186FA

Tints of Dodger Blue #1186FA

RGB

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

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

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

R = 4.24%
G = 33.42%
B = 62.34%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1186FA (or 0x1186FA) is known color: Dodger Blue. HEX triplet: 11, 86 and FA. RGB value is (17,134,250). Sum of RGB (Red+Green+Blue) = 17+134+250=401 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.24% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #1186FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1186FA is #EE7905. Grayscale: #6F6F6F. Windows color (decimal): -15628550 or 16418321. OLE color: 16418321.

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

Color convert

RGB 17 134 250 -
CMYK 0.93 0.46 0 0.02
HSL 209.87º 0.96% 0.52% -
HSV(B) 209.87º 0.93% 0.98% -
XYZ 26.01 24.07 93.72 -
YUV 112.24 205.74 60.07 -
System Red Green Blue C M Y K H S L
Decimal 17 134 250 0.93 0.46 0 0.02 209.87 0.96 0.52
Hex 11 86 FA 5D 2E 0 2 D2 60 34
Octal 21 206 372 135 56 0 2 322 140 64
Binary 10001 10000110 11111010 1011101 101110 0 10 11010010 1100000 110100

Color Harmonies of #1186FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1186FA

Black with #1186FA

Text Example


Text Example

White with #1186FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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