Html Css Color HEX #1190EC Dodger Blue

📋 copy color: '#1190EC'

red 17 ◦ green 144 ◦ blue 236

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

Shades of Dodger Blue #1190EC

Tints of Dodger Blue #1190EC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 236 (92.58% from 255) = 59.45%

R = 4.28%
G = 36.27%
B = 59.45%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1190EC (or 0x1190EC) is known color: Dodger Blue. HEX triplet: 11, 90 and EC. RGB value is (17,144,236). Sum of RGB (Red+Green+Blue) = 17+144+236=397 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.28% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #1190EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1190EC is #EE6F13. Grayscale: #747474. Windows color (decimal): -15626004 or 15503377. OLE color: 15503377.

HSL color Cylindrical-coordinate representation of color #1190EC: hue angle of 205.21º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1190EC is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 144 236 -
CMYK 0.93 0.39 0 0.07
HSL 205.21º 0.87% 0.5% -
HSV(B) 205.21º 0.93% 0.93% -
XYZ 25.34 26.12 83.06 -
YUV 116.52 195.42 57.02 -
System Red Green Blue C M Y K H S L
Decimal 17 144 236 0.93 0.39 0 0.07 205.21 0.87 0.5
Hex 11 90 EC 5D 27 0 7 CD 57 32
Octal 21 220 354 135 47 0 7 315 127 62
Binary 10001 10010000 11101100 1011101 100111 0 111 11001101 1010111 110010

Color Harmonies of #1190EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1190EC

Black with #1190EC

Text Example


Text Example

White with #1190EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1190EC; }

 p { color: rgb(17,144,236); }

 H1.HeaderClassName
 {
   color: #1190EC;
 }
 .AnyTagClassName
 {
   color: #1190EC;
 }
</style>

background-color css

<style>
 a { background-color: #1190EC; }

 a { background-color: rgb(17,144,236); }

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

border-color css

<style>
 span { border-color: #1190EC; }

 span { border-color: rgb(17,144,236); }

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