Html Css Color HEX #118BFE Dodger Blue

📋 copy color: '#118BFE'

red 17 ◦ green 139 ◦ blue 254

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

Shades of Dodger Blue #118BFE

Tints of Dodger Blue #118BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.95%

R = 4.15%
G = 33.9%
B = 61.95%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#118BFE (or 0x118BFE) is known color: Dodger Blue. HEX triplet: 11, 8B and FE. RGB value is (17,139,254). Sum of RGB (Red+Green+Blue) = 17+139+254=410 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.15% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #118BFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118BFE is #EE7401. Grayscale: #737373. Windows color (decimal): -15627266 or 16681745. OLE color: 16681745.

HSL color Cylindrical-coordinate representation of color #118BFE: hue angle of 209.11º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118BFE is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 139 254 -
CMYK 0.93 0.45 0 0.00
HSL 209.11º 0.99% 0.53% -
HSV(B) 209.11º 0.93% 1% -
XYZ 27.35 25.74 97.29 -
YUV 115.63 206.08 57.65 -
System Red Green Blue C M Y K H S L
Decimal 17 139 254 0.93 0.45 0 0.00 209.11 0.99 0.53
Hex 11 8B FE 5D 2D 0 0 D1 63 35
Octal 21 213 376 135 55 0 0 321 143 65
Binary 10001 10001011 11111110 1011101 101101 0 0 11010001 1100011 110101

Color Harmonies of #118BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118BFE

Black with #118BFE

Text Example


Text Example

White with #118BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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