Html Css Color HEX #118CFC Dodger Blue

📋 copy color: '#118CFC'

red 17 ◦ green 140 ◦ blue 252

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

Shades of Dodger Blue #118CFC

Tints of Dodger Blue #118CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.61%

R = 4.16%
G = 34.23%
B = 61.61%

CMYK

 C value IS 0.93

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#118CFC (or 0x118CFC) is known color: Dodger Blue. HEX triplet: 11, 8C and FC. RGB value is (17,140,252). Sum of RGB (Red+Green+Blue) = 17+140+252=409 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.16% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #118CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118CFC is #EE7303. Grayscale: #737373. Windows color (decimal): -15627012 or 16550929. OLE color: 16550929.

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

Color convert

RGB 17 140 252 -
CMYK 0.93 0.44 0 0.01
HSL 208.6º 0.98% 0.53% -
HSV(B) 208.6º 0.93% 0.99% -
XYZ 27.18 25.9 95.66 -
YUV 115.99 204.75 57.39 -
System Red Green Blue C M Y K H S L
Decimal 17 140 252 0.93 0.44 0 0.01 208.6 0.98 0.53
Hex 11 8C FC 5D 2C 0 1 D1 62 35
Octal 21 214 374 135 54 0 1 321 142 65
Binary 10001 10001100 11111100 1011101 101100 0 1 11010001 1100010 110101

Color Harmonies of #118CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118CFC

Black with #118CFC

Text Example


Text Example

White with #118CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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