Html Css Color HEX #118FF0 Dodger Blue

📋 copy color: '#118FF0'

red 17 ◦ green 143 ◦ blue 240

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

Shades of Dodger Blue #118FF0

Tints of Dodger Blue #118FF0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.75%

 BLUE value IS 240 (94.14% from 255) = 60%

R = 4.25%
G = 35.75%
B = 60%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#118FF0 (or 0x118FF0) is known color: Dodger Blue. HEX triplet: 11, 8F and F0. RGB value is (17,143,240). Sum of RGB (Red+Green+Blue) = 17+143+240=400 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 240 (94.14% from 255 or 60% from 400); Max value from RGB is 240 - color contains mainly: blue. Hex color #118FF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118FF0 is #EE700F. Grayscale: #737373. Windows color (decimal): -15626256 or 15765265. OLE color: 15765265.

HSL color Cylindrical-coordinate representation of color #118FF0: hue angle of 206.1º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118FF0 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 143 240 -
CMYK 0.93 0.40 0 0.06
HSL 206.1º 0.88% 0.5% -
HSV(B) 206.1º 0.93% 0.94% -
XYZ 25.78 26.06 86.11 -
YUV 116.38 197.76 57.11 -
System Red Green Blue C M Y K H S L
Decimal 17 143 240 0.93 0.40 0 0.06 206.1 0.88 0.5
Hex 11 8F F0 5D 28 0 6 CE 58 32
Octal 21 217 360 135 50 0 6 316 130 62
Binary 10001 10001111 11110000 1011101 101000 0 110 11001110 1011000 110010

Color Harmonies of #118FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FF0

Black with #118FF0

Text Example


Text Example

White with #118FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,143,240); }

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

background-color css

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

 a { background-color: rgb(17,143,240); }

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

border-color css

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

 span { border-color: rgb(17,143,240); }

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