#1080E1

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

Shades of Dodger Blue #1080E1

Tints of Dodger Blue #1080E1

Color information

#1080E1 (or 0x1080E1) is unknown color: approx Dodger Blue. HEX triplet: 10, 80 and E1. RGB value is (16,128,225). Sum of RGB (Red+Green+Blue) = 16+128+225=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 225 (88.28% from 255 or 60.98% from 369); Max value from RGB is 225 - color contains mainly: blue. Hex color #1080E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1080E1 is #EF7F1E. Grayscale: #696969. Windows color (decimal): -15695647 or 14778384. OLE color: 14778384.

HSL color Cylindrical-coordinate representation of color #1080E1: hue angle of 207.85º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1080E1 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16128225-
CMYK0.930.4300.12
HSL207.85º86.72%47.25%-
HSV(B)207.85º92.89%88.24%-
XYZ21.5220.9874.15-
YUV105.57195.3964.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.34%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 225 (88.28% from 255) = 60.98%
R=4.34%
G=34.69%
B=60.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal161282250.930.4300.12207.8586.7247.25
Hex1080E15D2B0Cd0572f
Octal202003411355301432012757
Binary100001000000011100001101110110101101100110100001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1080E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1080E1; }

 p { color: rgb(16,128,225); }

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

<style>
 a { background-color: #1080E1; }

 a { background-color: rgb(16,128,225); }

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

<style>
 span { border-color: #1080E1; }

 span { border-color: rgb(16,128,225); }

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