#1083E0

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

Shades of Dodger Blue #1083E0

Tints of Dodger Blue #1083E0

Color information

#1083E0 (or 0x1083E0) is unknown color: approx Dodger Blue. HEX triplet: 10, 83 and E0. RGB value is (16,131,224). Sum of RGB (Red+Green+Blue) = 16+131+224=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #1083E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1083E0 is #EF7C1F. Grayscale: #6A6A6A. Windows color (decimal): -15694880 or 14713616. OLE color: 14713616.

HSL color Cylindrical-coordinate representation of color #1083E0: hue angle of 206.83º 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 #1083E0 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16131224-
CMYK0.930.4200.12
HSL206.83º86.67%47.06%-
HSV(B)206.83º92.86%87.84%-
XYZ21.7821.7273.57-
YUV107.22193.962.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.31%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 224 (87.89% from 255) = 60.38%
R=4.31%
G=35.31%
B=60.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal161312240.930.4200.12206.8386.6747.06
Hex1083E05D2A0Ccf572f
Octal202033401355201431712757
Binary100001000001111100000101110110101001100110011111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1083E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1083E0; }

 p { color: rgb(16,131,224); }

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

<style>
 a { background-color: #1083E0; }

 a { background-color: rgb(16,131,224); }

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

<style>
 span { border-color: #1083E0; }

 span { border-color: rgb(16,131,224); }

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