#1174EC

Color #1174EC Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #1174EC

Tints of Dodger Blue #1174EC

Color information

#1174EC (or 0x1174EC) is unknown color: approx Dodger Blue. HEX triplet: 11, 74 and EC. RGB value is (17,116,236). Sum of RGB (Red+Green+Blue) = 17+116+236=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #1174EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1174EC is #EE8B13. Grayscale: #636363. Windows color (decimal): -15633172 or 15496209. OLE color: 15496209.

HSL color Cylindrical-coordinate representation of color #1174EC: hue angle of 212.88º 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 #1174EC is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17116236-
CMYK0.930.5100.07
HSL212.88º86.56%49.61%-
HSV(B)212.88º92.8%92.55%-
XYZ21.6218.6781.82-
YUV100.08204.768.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.61%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 236 (92.58% from 255) = 63.96%
R=4.61%
G=31.44%
B=63.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171162360.930.5100.07212.8886.5649.61
Hex1174EC5D3307d55732
Octal21164354135630732512762
Binary1000111101001110110010111011100110111110101011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1174EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1174EC;
 }
 .AnyTagClassName
 {
   color: #1174EC;
 }
</style>
background-color css

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

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

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

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

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

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