Html Css Color HEX #1193EF Dodger Blue

📋 copy color: '#1193EF'

red 17 ◦ green 147 ◦ blue 239

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

Shades of Dodger Blue #1193EF

Tints of Dodger Blue #1193EF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.48%

 BLUE value IS 239 (93.75% from 255) = 59.31%

R = 4.22%
G = 36.48%
B = 59.31%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1193EF (or 0x1193EF) is known color: Dodger Blue. HEX triplet: 11, 93 and EF. RGB value is (17,147,239). Sum of RGB (Red+Green+Blue) = 17+147+239=403 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.22% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #1193EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1193EF is #EE6C10. Grayscale: #767676. Windows color (decimal): -15625233 or 15700753. OLE color: 15700753.

HSL color Cylindrical-coordinate representation of color #1193EF: hue angle of 204.86º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1193EF is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 147 239 -
CMYK 0.93 0.38 0 0.06
HSL 204.86º 0.87% 0.5% -
HSV(B) 204.86º 0.93% 0.94% -
XYZ 26.24 27.22 85.53 -
YUV 118.62 195.93 55.52 -
System Red Green Blue C M Y K H S L
Decimal 17 147 239 0.93 0.38 0 0.06 204.86 0.87 0.5
Hex 11 93 EF 5D 26 0 6 CD 57 32
Octal 21 223 357 135 46 0 6 315 127 62
Binary 10001 10010011 11101111 1011101 100110 0 110 11001101 1010111 110010

Color Harmonies of #1193EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1193EF

Black with #1193EF

Text Example


Text Example

White with #1193EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1193EF; }

 p { color: rgb(17,147,239); }

 H1.HeaderClassName
 {
   color: #1193EF;
 }
 .AnyTagClassName
 {
   color: #1193EF;
 }
</style>

background-color css

<style>
 a { background-color: #1193EF; }

 a { background-color: rgb(17,147,239); }

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

border-color css

<style>
 span { border-color: #1193EF; }

 span { border-color: rgb(17,147,239); }

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