Html Css Color HEX #119EEA Dodger Blue

📋 copy color: '#119EEA'

red 17 ◦ green 158 ◦ blue 234

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

Shades of Dodger Blue #119EEA

Tints of Dodger Blue #119EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.21%

R = 4.16%
G = 38.63%
B = 57.21%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#119EEA (or 0x119EEA) is known color: Dodger Blue. HEX triplet: 11, 9E and EA. RGB value is (17,158,234). Sum of RGB (Red+Green+Blue) = 17+158+234=409 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.16% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #119EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119EEA is #EE6115. Grayscale: #7C7C7C. Windows color (decimal): -15622422 or 15375889. OLE color: 15375889.

HSL color Cylindrical-coordinate representation of color #119EEA: hue angle of 201.01º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119EEA is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 158 234 -
CMYK 0.93 0.32 0 0.08
HSL 201.01º 0.86% 0.49% -
HSV(B) 201.01º 0.93% 0.92% -
XYZ 27.31 30.51 82.29 -
YUV 124.51 189.79 51.32 -
System Red Green Blue C M Y K H S L
Decimal 17 158 234 0.93 0.32 0 0.08 201.01 0.86 0.49
Hex 11 9E EA 5D 20 0 8 C9 56 31
Octal 21 236 352 135 40 0 10 311 126 61
Binary 10001 10011110 11101010 1011101 100000 0 1000 11001001 1010110 110001

Color Harmonies of #119EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119EEA

Black with #119EEA

Text Example


Text Example

White with #119EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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