#1084DF

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

Shades of Dodger Blue #1084DF

Tints of Dodger Blue #1084DF

Color information

#1084DF (or 0x1084DF) is unknown color: approx Dodger Blue. HEX triplet: 10, 84 and DF. RGB value is (16,132,223). Sum of RGB (Red+Green+Blue) = 16+132+223=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #1084DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1084DF is #EF7B20. Grayscale: #6B6B6B. Windows color (decimal): -15694625 or 14648336. OLE color: 14648336.

HSL color Cylindrical-coordinate representation of color #1084DF: hue angle of 206.38º 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 #1084DF is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16132223-
CMYK0.930.4100.13
HSL206.38º86.61%46.86%-
HSV(B)206.38º92.83%87.45%-
XYZ21.7821.9472.9-
YUV107.69193.0762.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.31%
GREEN value IS 132 (51.95% from 255) = 35.58%
BLUE value IS 223 (87.5% from 255) = 60.11%
R=4.31%
G=35.58%
B=60.11%

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
Decimal161322230.930.4100.13206.3886.6146.86
Hex1084DF5D290Dce572f
Octal202043371355101531612757
Binary100001000010011011111101110110100101101110011101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1084DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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