Html Css Color HEX #119AE2 Dodger Blue

📋 copy color: '#119AE2'

red 17 ◦ green 154 ◦ blue 226

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

Shades of Dodger Blue #119AE2

Tints of Dodger Blue #119AE2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.79%

 BLUE value IS 226 (88.67% from 255) = 56.93%

R = 4.28%
G = 38.79%
B = 56.93%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#119AE2 (or 0x119AE2) is known color: Dodger Blue. HEX triplet: 11, 9A and E2. RGB value is (17,154,226). Sum of RGB (Red+Green+Blue) = 17+154+226=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 226 (88.67% from 255 or 56.93% from 397); Max value from RGB is 226 - color contains mainly: blue. Hex color #119AE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119AE2 is #EE651D. Grayscale: #787878. Windows color (decimal): -15623454 or 14850577. OLE color: 14850577.

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

Color convert

RGB 17 154 226 -
CMYK 0.92 0.32 0 0.11
HSL 200.67º 0.86% 0.48% -
HSV(B) 200.67º 0.92% 0.89% -
XYZ 25.51 28.72 76.15 -
YUV 121.25 187.11 53.65 -
System Red Green Blue C M Y K H S L
Decimal 17 154 226 0.92 0.32 0 0.11 200.67 0.86 0.48
Hex 11 9A E2 5C 20 0 B C9 56 30
Octal 21 232 342 134 40 0 13 311 126 60
Binary 10001 10011010 11100010 1011100 100000 0 1011 11001001 1010110 110000

Color Harmonies of #119AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119AE2

Black with #119AE2

Text Example


Text Example

White with #119AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,154,226); }

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

background-color css

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

 a { background-color: rgb(17,154,226); }

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

border-color css

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

 span { border-color: rgb(17,154,226); }

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