Html Css Color HEX #118CFA Dodger Blue

📋 copy color: '#118CFA'

red 17 ◦ green 140 ◦ blue 250

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

Shades of Dodger Blue #118CFA

Tints of Dodger Blue #118CFA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

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

R = 4.18%
G = 34.4%
B = 61.43%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#118CFA (or 0x118CFA) is known color: Dodger Blue. HEX triplet: 11, 8C and FA. RGB value is (17,140,250). Sum of RGB (Red+Green+Blue) = 17+140+250=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #118CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118CFA is #EE7305. Grayscale: #737373. Windows color (decimal): -15627014 or 16419857. OLE color: 16419857.

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

Color convert

RGB 17 140 250 -
CMYK 0.93 0.44 0 0.02
HSL 208.33º 0.96% 0.52% -
HSV(B) 208.33º 0.93% 0.98% -
XYZ 26.86 25.78 94 -
YUV 115.76 203.75 57.56 -
System Red Green Blue C M Y K H S L
Decimal 17 140 250 0.93 0.44 0 0.02 208.33 0.96 0.52
Hex 11 8C FA 5D 2C 0 2 D0 60 34
Octal 21 214 372 135 54 0 2 320 140 64
Binary 10001 10001100 11111010 1011101 101100 0 10 11010000 1100000 110100

Color Harmonies of #118CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CFA

Black with #118CFA

Text Example


Text Example

White with #118CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118CFA; }

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

 H1.HeaderClassName
 {
   color: #118CFA;
 }
 .AnyTagClassName
 {
   color: #118CFA;
 }
</style>

background-color css

<style>
 a { background-color: #118CFA; }

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

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

border-color css

<style>
 span { border-color: #118CFA; }

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

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