#1678F1

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

Shades of Dodger Blue #1678F1

Tints of Dodger Blue #1678F1

Color information

#1678F1 (or 0x1678F1) is unknown color: approx Dodger Blue. HEX triplet: 16, 78 and F1. RGB value is (22,120,241). Sum of RGB (Red+Green+Blue) = 22+120+241=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 241 (94.53% from 255 or 62.92% from 383); Max value from RGB is 241 - color contains mainly: blue. Hex color #1678F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1678F1 is #E9870E. Grayscale: #676767. Windows color (decimal): -15304463 or 15824918. OLE color: 15824918.

HSL color Cylindrical-coordinate representation of color #1678F1: hue angle of 213.15º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1678F1 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22120241-
CMYK0.910.5000.05
HSL213.15º88.66%51.57%-
HSV(B)213.15º90.87%94.51%-
XYZ22.9219.9585.86-
YUV104.49205.0369.16-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.74%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 241 (94.53% from 255) = 62.92%
R=5.74%
G=31.33%
B=62.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal221202410.910.5000.05213.1588.6651.57
Hex1678F15B3205d55934
Octal26170361133620532513164
Binary1011011110001111000110110111100100101110101011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1678F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1678F1; }

 p { color: rgb(22,120,241); }

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

<style>
 a { background-color: #1678F1; }

 a { background-color: rgb(22,120,241); }

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

<style>
 span { border-color: #1678F1; }

 span { border-color: rgb(22,120,241); }

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