Html Css Color HEX #118FFA Dodger Blue

📋 copy color: '#118FFA'

red 17 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #118FFA

Tints of Dodger Blue #118FFA

RGB

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

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

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

R = 4.15%
G = 34.88%
B = 60.98%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#118FFA (or 0x118FFA) is known color: Dodger Blue. HEX triplet: 11, 8F and FA. RGB value is (17,143,250). Sum of RGB (Red+Green+Blue) = 17+143+250=410 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.15% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #118FFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118FFA is #EE7005. Grayscale: #747474. Windows color (decimal): -15626246 or 16420625. OLE color: 16420625.

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

Color convert

RGB 17 143 250 -
CMYK 0.93 0.43 0 0.02
HSL 207.55º 0.96% 0.52% -
HSV(B) 207.55º 0.93% 0.98% -
XYZ 27.31 26.67 94.15 -
YUV 117.52 202.76 56.3 -
System Red Green Blue C M Y K H S L
Decimal 17 143 250 0.93 0.43 0 0.02 207.55 0.96 0.52
Hex 11 8F FA 5D 2B 0 2 D0 60 34
Octal 21 217 372 135 53 0 2 320 140 64
Binary 10001 10001111 11111010 1011101 101011 0 10 11010000 1100000 110100

Color Harmonies of #118FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FFA

Black with #118FFA

Text Example


Text Example

White with #118FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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