#1683F7

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

Shades of Dodger Blue #1683F7

Tints of Dodger Blue #1683F7

Color information

#1683F7 (or 0x1683F7) is unknown color: approx Dodger Blue. HEX triplet: 16, 83 and F7. RGB value is (22,131,247). Sum of RGB (Red+Green+Blue) = 22+131+247=400 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.5% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 247 (96.88% from 255 or 61.75% from 400); Max value from RGB is 247 - color contains mainly: blue. Hex color #1683F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1683F7 is #E97C08. Grayscale: #6F6F6F. Windows color (decimal): -15301641 or 16220950. OLE color: 16220950.

HSL color Cylindrical-coordinate representation of color #1683F7: hue angle of 210.93º 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 #1683F7 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22131247-
CMYK0.910.4700.03
HSL210.93º93.36%52.75%-
HSV(B)210.93º91.09%96.86%-
XYZ25.2423.1291.13-
YUV111.63204.3964.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.5%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 247 (96.88% from 255) = 61.75%
R=5.5%
G=32.75%
B=61.75%

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
Decimal221312470.910.4700.03210.9393.3652.75
Hex1683F75B2F03d35d35
Octal26203367133570332313565
Binary1011010000011111101111011011101111011110100111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1683F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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