#1677F6

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

Shades of Dodger Blue #1677F6

Tints of Dodger Blue #1677F6

Color information

#1677F6 (or 0x1677F6) is unknown color: approx Dodger Blue. HEX triplet: 16, 77 and F6. RGB value is (22,119,246). Sum of RGB (Red+Green+Blue) = 22+119+246=387 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.68% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 246 (96.48% from 255 or 63.57% from 387); Max value from RGB is 246 - color contains mainly: blue. Hex color #1677F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1677F6 is #E98809. Grayscale: #676767. Windows color (decimal): -15304714 or 16152342. OLE color: 16152342.

HSL color Cylindrical-coordinate representation of color #1677F6: hue angle of 214.02º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1677F6 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB22119246-
CMYK0.910.5200.04
HSL214.02º92.56%52.55%-
HSV(B)214.02º91.06%96.47%-
XYZ23.5620.0289.81-
YUV104.48207.8669.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.68%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 246 (96.48% from 255) = 63.57%
R=5.68%
G=30.75%
B=63.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal221192460.910.5200.04214.0292.5652.55
Hex1677F65B3404d65d35
Octal26167366133640432613565
Binary1011011101111111011010110111101000100110101101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1677F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1677F6; }

 p { color: rgb(22,119,246); }

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

<style>
 a { background-color: #1677F6; }

 a { background-color: rgb(22,119,246); }

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

<style>
 span { border-color: #1677F6; }

 span { border-color: rgb(22,119,246); }

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