Html Css Color HEX #118CFB Dodger Blue

📋 copy color: '#118CFB'

red 17 ◦ green 140 ◦ blue 251

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

Shades of Dodger Blue #118CFB

Tints of Dodger Blue #118CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.52%

R = 4.17%
G = 34.31%
B = 61.52%

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

#118CFB (or 0x118CFB) is known color: Dodger Blue. HEX triplet: 11, 8C and FB. RGB value is (17,140,251). Sum of RGB (Red+Green+Blue) = 17+140+251=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #118CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118CFB is #EE7304. Grayscale: #737373. Windows color (decimal): -15627013 or 16485393. OLE color: 16485393.

HSL color Cylindrical-coordinate representation of color #118CFB: hue angle of 208.46º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118CFB is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 140 251 -
CMYK 0.93 0.44 0 0.02
HSL 208.46º 0.97% 0.53% -
HSV(B) 208.46º 0.93% 0.98% -
XYZ 27.02 25.84 94.83 -
YUV 115.88 204.25 57.47 -
System Red Green Blue C M Y K H S L
Decimal 17 140 251 0.93 0.44 0 0.02 208.46 0.97 0.53
Hex 11 8C FB 5D 2C 0 2 D0 61 35
Octal 21 214 373 135 54 0 2 320 141 65
Binary 10001 10001100 11111011 1011101 101100 0 10 11010000 1100001 110101

Color Harmonies of #118CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CFB

Black with #118CFB

Text Example


Text Example

White with #118CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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