#1684F7

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

Shades of Dodger Blue #1684F7

Tints of Dodger Blue #1684F7

Color information

#1684F7 (or 0x1684F7) is unknown color: approx Dodger Blue. HEX triplet: 16, 84 and F7. RGB value is (22,132,247). Sum of RGB (Red+Green+Blue) = 22+132+247=401 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.49% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 247 (96.88% from 255 or 61.60% from 401); Max value from RGB is 247 - color contains mainly: blue. Hex color #1684F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1684F7 is #E97B08. Grayscale: #6F6F6F. Windows color (decimal): -15301385 or 16221206. OLE color: 16221206.

HSL color Cylindrical-coordinate representation of color #1684F7: hue angle of 210.67º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1684F7 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22132247-
CMYK0.910.4700.03
HSL210.67º93.36%52.75%-
HSV(B)210.67º91.09%96.86%-
XYZ25.3723.3991.17-
YUV112.22204.0663.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.49%
GREEN value IS 132 (51.95% from 255) = 32.92%
BLUE value IS 247 (96.88% from 255) = 61.60%
R=5.49%
G=32.92%
B=61.60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal221322470.910.4700.03210.6793.3652.75
Hex1684F75B2F03d35d35
Octal26204367133570332313565
Binary1011010000100111101111011011101111011110100111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1684F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1684F7; }

 p { color: rgb(22,132,247); }

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

<style>
 a { background-color: #1684F7; }

 a { background-color: rgb(22,132,247); }

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

<style>
 span { border-color: #1684F7; }

 span { border-color: rgb(22,132,247); }

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