#1677F8

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

Shades of Dodger Blue #1677F8

Tints of Dodger Blue #1677F8

Color information

#1677F8 (or 0x1677F8) is unknown color: approx Dodger Blue. HEX triplet: 16, 77 and F8. RGB value is (22,119,248). Sum of RGB (Red+Green+Blue) = 22+119+248=389 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.66% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 248 (97.27% from 255 or 63.75% from 389); Max value from RGB is 248 - color contains mainly: blue. Hex color #1677F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1677F8 is #E98807. Grayscale: #686868. Windows color (decimal): -15304712 or 16283414. OLE color: 16283414.

HSL color Cylindrical-coordinate representation of color #1677F8: hue angle of 214.25º degrees, saturation: 0.94, 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 #1677F8 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22119248-
CMYK0.910.5200.03
HSL214.25º94.17%52.94%-
HSV(B)214.25º91.13%97.25%-
XYZ23.8720.1491.44-
YUV104.7208.8669.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.66%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 248 (97.27% from 255) = 63.75%
R=5.66%
G=30.59%
B=63.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal221192480.910.5200.03214.2594.1752.94
Hex1677F85B3403d65e35
Octal26167370133640332613665
Binary101101110111111110001011011110100011110101101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1677F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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