Html Css Color HEX #119EF7 Dodger Blue

📋 copy color: '#119EF7'

red 17 ◦ green 158 ◦ blue 247

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

Shades of Dodger Blue #119EF7

Tints of Dodger Blue #119EF7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.44%

 BLUE value IS 247 (96.88% from 255) = 58.53%

R = 4.03%
G = 37.44%
B = 58.53%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#119EF7 (or 0x119EF7) is known color: Dodger Blue. HEX triplet: 11, 9E and F7. RGB value is (17,158,247). Sum of RGB (Red+Green+Blue) = 17+158+247=422 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.03% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 247 (96.88% from 255 or 58.53% from 422); Max value from RGB is 247 - color contains mainly: blue. Hex color #119EF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119EF7 is #EE6108. Grayscale: #7D7D7D. Windows color (decimal): -15622409 or 16227857. OLE color: 16227857.

HSL color Cylindrical-coordinate representation of color #119EF7: hue angle of 203.22º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119EF7 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 17 158 247 -
CMYK 0.93 0.36 0 0.03
HSL 203.22º 0.93% 0.52% -
HSV(B) 203.22º 0.93% 0.97% -
XYZ 29.25 31.29 92.49 -
YUV 125.99 196.29 50.26 -
System Red Green Blue C M Y K H S L
Decimal 17 158 247 0.93 0.36 0 0.03 203.22 0.93 0.52
Hex 11 9E F7 5D 24 0 3 CB 5D 34
Octal 21 236 367 135 44 0 3 313 135 64
Binary 10001 10011110 11110111 1011101 100100 0 11 11001011 1011101 110100

Color Harmonies of #119EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EF7

Black with #119EF7

Text Example


Text Example

White with #119EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119EF7; }

 p { color: rgb(17,158,247); }

 H1.HeaderClassName
 {
   color: #119EF7;
 }
 .AnyTagClassName
 {
   color: #119EF7;
 }
</style>

background-color css

<style>
 a { background-color: #119EF7; }

 a { background-color: rgb(17,158,247); }

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

border-color css

<style>
 span { border-color: #119EF7; }

 span { border-color: rgb(17,158,247); }

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