Html Css Color HEX #118DFA Dodger Blue

📋 copy color: '#118DFA'

red 17 ◦ green 141 ◦ blue 250

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

Shades of Dodger Blue #118DFA

Tints of Dodger Blue #118DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.56%

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

R = 4.17%
G = 34.56%
B = 61.27%

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

#118DFA (or 0x118DFA) is known color: Dodger Blue. HEX triplet: 11, 8D and FA. RGB value is (17,141,250). Sum of RGB (Red+Green+Blue) = 17+141+250=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #118DFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118DFA is #EE7205. Grayscale: #737373. Windows color (decimal): -15626758 or 16420113. OLE color: 16420113.

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

Color convert

RGB 17 141 250 -
CMYK 0.93 0.44 0 0.02
HSL 208.07º 0.96% 0.52% -
HSV(B) 208.07º 0.93% 0.98% -
XYZ 27.01 26.07 94.05 -
YUV 116.35 203.42 57.14 -
System Red Green Blue C M Y K H S L
Decimal 17 141 250 0.93 0.44 0 0.02 208.07 0.96 0.52
Hex 11 8D FA 5D 2C 0 2 D0 60 34
Octal 21 215 372 135 54 0 2 320 140 64
Binary 10001 10001101 11111010 1011101 101100 0 10 11010000 1100000 110100

Color Harmonies of #118DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118DFA

Black with #118DFA

Text Example


Text Example

White with #118DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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