Html Css Color HEX #118FFB Dodger Blue

📋 copy color: '#118FFB'

red 17 ◦ green 143 ◦ blue 251

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

Shades of Dodger Blue #118FFB

Tints of Dodger Blue #118FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.07%

R = 4.14%
G = 34.79%
B = 61.07%

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

#118FFB (or 0x118FFB) is known color: Dodger Blue. HEX triplet: 11, 8F and FB. RGB value is (17,143,251). Sum of RGB (Red+Green+Blue) = 17+143+251=411 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.14% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #118FFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118FFB is #EE7004. Grayscale: #757575. Windows color (decimal): -15626245 or 16486161. OLE color: 16486161.

HSL color Cylindrical-coordinate representation of color #118FFB: hue angle of 207.69º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118FFB is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 143 251 -
CMYK 0.93 0.43 0 0.02
HSL 207.69º 0.97% 0.53% -
HSV(B) 207.69º 0.93% 0.98% -
XYZ 27.47 26.73 94.98 -
YUV 117.64 203.26 56.22 -
System Red Green Blue C M Y K H S L
Decimal 17 143 251 0.93 0.43 0 0.02 207.69 0.97 0.53
Hex 11 8F FB 5D 2B 0 2 D0 61 35
Octal 21 217 373 135 53 0 2 320 141 65
Binary 10001 10001111 11111011 1011101 101011 0 10 11010000 1100001 110101

Color Harmonies of #118FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FFB

Black with #118FFB

Text Example


Text Example

White with #118FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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