#1181ED

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

Shades of Dodger Blue #1181ED

Tints of Dodger Blue #1181ED

Color information

#1181ED (or 0x1181ED) is unknown color: approx Dodger Blue. HEX triplet: 11, 81 and ED. RGB value is (17,129,237). Sum of RGB (Red+Green+Blue) = 17+129+237=383 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.44% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #1181ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1181ED is #EE7E12. Grayscale: #6B6B6B. Windows color (decimal): -15629843 or 15565073. OLE color: 15565073.

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

Color convert

RGB17129237-
CMYK0.930.4600.07
HSL209.45º86.61%49.8%-
HSV(B)209.45º92.83%92.94%-
XYZ23.3721.9383.12-
YUV107.82200.8963.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.44%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 237 (92.97% from 255) = 61.88%
R=4.44%
G=33.68%
B=61.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171292370.930.4600.07209.4586.6149.8
Hex1181ED5D2E07d15732
Octal21201355135560732112762
Binary10001100000011110110110111011011100111110100011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1181ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1181ED; }

 p { color: rgb(17,129,237); }

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

<style>
 a { background-color: #1181ED; }

 a { background-color: rgb(17,129,237); }

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

<style>
 span { border-color: #1181ED; }

 span { border-color: rgb(17,129,237); }

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