Html Css Color HEX #1193EA Dodger Blue

📋 copy color: '#1193EA'

red 17 ◦ green 147 ◦ blue 234

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

Shades of Dodger Blue #1193EA

Tints of Dodger Blue #1193EA

RGB

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

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

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

R = 4.27%
G = 36.93%
B = 58.79%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1193EA (or 0x1193EA) is known color: Dodger Blue. HEX triplet: 11, 93 and EA. RGB value is (17,147,234). Sum of RGB (Red+Green+Blue) = 17+147+234=398 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.27% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #1193EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1193EA is #EE6C15. Grayscale: #757575. Windows color (decimal): -15625238 or 15373073. OLE color: 15373073.

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

Color convert

RGB 17 147 234 -
CMYK 0.93 0.37 0 0.08
HSL 204.06º 0.86% 0.49% -
HSV(B) 204.06º 0.93% 0.92% -
XYZ 25.52 26.93 81.69 -
YUV 118.05 193.43 55.93 -
System Red Green Blue C M Y K H S L
Decimal 17 147 234 0.93 0.37 0 0.08 204.06 0.86 0.49
Hex 11 93 EA 5D 25 0 8 CC 56 31
Octal 21 223 352 135 45 0 10 314 126 61
Binary 10001 10010011 11101010 1011101 100101 0 1000 11001100 1010110 110001

Color Harmonies of #1193EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1193EA

Black with #1193EA

Text Example


Text Example

White with #1193EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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