Html Css Color HEX #118BFD Dodger Blue

📋 copy color: '#118BFD'

red 17 ◦ green 139 ◦ blue 253

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

Shades of Dodger Blue #118BFD

Tints of Dodger Blue #118BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.86%

R = 4.16%
G = 33.99%
B = 61.86%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#118BFD (or 0x118BFD) is known color: Dodger Blue. HEX triplet: 11, 8B and FD. RGB value is (17,139,253). Sum of RGB (Red+Green+Blue) = 17+139+253=409 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.16% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #118BFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118BFD is #EE7402. Grayscale: #727272. Windows color (decimal): -15627267 or 16616209. OLE color: 16616209.

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

Color convert

RGB 17 139 253 -
CMYK 0.93 0.45 0 0.01
HSL 208.98º 0.98% 0.53% -
HSV(B) 208.98º 0.93% 0.99% -
XYZ 27.19 25.68 96.45 -
YUV 115.52 205.58 57.73 -
System Red Green Blue C M Y K H S L
Decimal 17 139 253 0.93 0.45 0 0.01 208.98 0.98 0.53
Hex 11 8B FD 5D 2D 0 1 D1 62 35
Octal 21 213 375 135 55 0 1 321 142 65
Binary 10001 10001011 11111101 1011101 101101 0 1 11010001 1100010 110101

Color Harmonies of #118BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118BFD

Black with #118BFD

Text Example


Text Example

White with #118BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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