Html Css Color HEX #119CEA Dodger Blue

📋 copy color: '#119CEA'

red 17 ◦ green 156 ◦ blue 234

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

Shades of Dodger Blue #119CEA

Tints of Dodger Blue #119CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.33%

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

R = 4.18%
G = 38.33%
B = 57.49%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#119CEA (or 0x119CEA) is known color: Dodger Blue. HEX triplet: 11, 9C and EA. RGB value is (17,156,234). Sum of RGB (Red+Green+Blue) = 17+156+234=407 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.18% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 234 (91.80% from 255 or 57.49% from 407); Max value from RGB is 234 - color contains mainly: blue. Hex color #119CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #119CEA is #EE6315. Grayscale: #7A7A7A. Windows color (decimal): -15622934 or 15375377. OLE color: 15375377.

HSL color Cylindrical-coordinate representation of color #119CEA: hue angle of 201.57º 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 #119CEA is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 156 234 -
CMYK 0.93 0.33 0 0.08
HSL 201.57º 0.86% 0.49% -
HSV(B) 201.57º 0.93% 0.92% -
XYZ 26.97 29.84 82.18 -
YUV 123.33 190.45 52.16 -
System Red Green Blue C M Y K H S L
Decimal 17 156 234 0.93 0.33 0 0.08 201.57 0.86 0.49
Hex 11 9C EA 5D 21 0 8 CA 56 31
Octal 21 234 352 135 41 0 10 312 126 61
Binary 10001 10011100 11101010 1011101 100001 0 1000 11001010 1010110 110001

Color Harmonies of #119CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119CEA

Black with #119CEA

Text Example


Text Example

White with #119CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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