Html Css Color HEX #118BFA Dodger Blue

📋 copy color: '#118BFA'

red 17 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #118BFA

Tints of Dodger Blue #118BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.24%

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

R = 4.19%
G = 34.24%
B = 61.58%

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

#118BFA (or 0x118BFA) is known color: Dodger Blue. HEX triplet: 11, 8B and FA. RGB value is (17,139,250). Sum of RGB (Red+Green+Blue) = 17+139+250=406 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.19% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #118BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118BFA is #EE7405. Grayscale: #727272. Windows color (decimal): -15627270 or 16419601. OLE color: 16419601.

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

Color convert

RGB 17 139 250 -
CMYK 0.93 0.44 0 0.02
HSL 208.58º 0.96% 0.52% -
HSV(B) 208.58º 0.93% 0.98% -
XYZ 26.72 25.49 93.95 -
YUV 115.18 204.08 57.97 -
System Red Green Blue C M Y K H S L
Decimal 17 139 250 0.93 0.44 0 0.02 208.58 0.96 0.52
Hex 11 8B FA 5D 2C 0 2 D1 60 34
Octal 21 213 372 135 54 0 2 321 140 64
Binary 10001 10001011 11111010 1011101 101100 0 10 11010001 1100000 110100

Color Harmonies of #118BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118BFA

Black with #118BFA

Text Example


Text Example

White with #118BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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