Html Css Color HEX #1191EB Dodger Blue

📋 copy color: '#1191EB'

red 17 ◦ green 145 ◦ blue 235

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

Shades of Dodger Blue #1191EB

Tints of Dodger Blue #1191EB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

 BLUE value IS 235 (92.19% from 255) = 59.19%

R = 4.28%
G = 36.52%
B = 59.19%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1191EB (or 0x1191EB) is known color: Dodger Blue. HEX triplet: 11, 91 and EB. RGB value is (17,145,235). Sum of RGB (Red+Green+Blue) = 17+145+235=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #1191EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1191EB is #EE6E14. Grayscale: #747474. Windows color (decimal): -15625749 or 15438097. OLE color: 15438097.

HSL color Cylindrical-coordinate representation of color #1191EB: hue angle of 204.77º degrees, saturation: 0.87, 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 #1191EB is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 145 235 -
CMYK 0.93 0.38 0 0.08
HSL 204.77º 0.87% 0.49% -
HSV(B) 204.77º 0.93% 0.92% -
XYZ 25.35 26.37 82.35 -
YUV 116.99 194.59 56.68 -
System Red Green Blue C M Y K H S L
Decimal 17 145 235 0.93 0.38 0 0.08 204.77 0.87 0.49
Hex 11 91 EB 5D 26 0 8 CD 57 31
Octal 21 221 353 135 46 0 10 315 127 61
Binary 10001 10010001 11101011 1011101 100110 0 1000 11001101 1010111 110001

Color Harmonies of #1191EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1191EB

Black with #1191EB

Text Example


Text Example

White with #1191EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1191EB; }

 p { color: rgb(17,145,235); }

 H1.HeaderClassName
 {
   color: #1191EB;
 }
 .AnyTagClassName
 {
   color: #1191EB;
 }
</style>

background-color css

<style>
 a { background-color: #1191EB; }

 a { background-color: rgb(17,145,235); }

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

border-color css

<style>
 span { border-color: #1191EB; }

 span { border-color: rgb(17,145,235); }

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