#1083DF

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

Shades of Dodger Blue #1083DF

Tints of Dodger Blue #1083DF

Color information

#1083DF (or 0x1083DF) is unknown color: approx Dodger Blue. HEX triplet: 10, 83 and DF. RGB value is (16,131,223). Sum of RGB (Red+Green+Blue) = 16+131+223=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #1083DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1083DF is #EF7C20. Grayscale: #6A6A6A. Windows color (decimal): -15694881 or 14648080. OLE color: 14648080.

HSL color Cylindrical-coordinate representation of color #1083DF: hue angle of 206.67º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1083DF is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16131223-
CMYK0.930.4100.13
HSL206.67º86.61%46.86%-
HSV(B)206.67º92.83%87.45%-
XYZ21.6521.6772.85-
YUV107.1193.463.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.32%
GREEN value IS 131 (51.56% from 255) = 35.41%
BLUE value IS 223 (87.5% from 255) = 60.27%
R=4.32%
G=35.41%
B=60.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161312230.930.4100.13206.6786.6146.86
Hex1083DF5D290Dcf572f
Octal202033371355101531712757
Binary100001000001111011111101110110100101101110011111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1083DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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