Html Css Color HEX #118FFC Dodger Blue

📋 copy color: '#118FFC'

red 17 ◦ green 143 ◦ blue 252

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

Shades of Dodger Blue #118FFC

Tints of Dodger Blue #118FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.17%

R = 4.13%
G = 34.71%
B = 61.17%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#118FFC (or 0x118FFC) is known color: Dodger Blue. HEX triplet: 11, 8F and FC. RGB value is (17,143,252). Sum of RGB (Red+Green+Blue) = 17+143+252=412 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.13% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #118FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118FFC is #EE7003. Grayscale: #757575. Windows color (decimal): -15626244 or 16551697. OLE color: 16551697.

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

Color convert

RGB 17 143 252 -
CMYK 0.93 0.43 0 0.01
HSL 207.83º 0.98% 0.53% -
HSV(B) 207.83º 0.93% 0.99% -
XYZ 27.62 26.79 95.81 -
YUV 117.75 203.76 56.14 -
System Red Green Blue C M Y K H S L
Decimal 17 143 252 0.93 0.43 0 0.01 207.83 0.98 0.53
Hex 11 8F FC 5D 2B 0 1 D0 62 35
Octal 21 217 374 135 53 0 1 320 142 65
Binary 10001 10001111 11111100 1011101 101011 0 1 11010000 1100010 110101

Color Harmonies of #118FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118FFC

Black with #118FFC

Text Example


Text Example

White with #118FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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