#1689F2

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

Shades of Dodger Blue #1689F2

Tints of Dodger Blue #1689F2

Color information

#1689F2 (or 0x1689F2) is unknown color: approx Dodger Blue. HEX triplet: 16, 89 and F2. RGB value is (22,137,242). Sum of RGB (Red+Green+Blue) = 22+137+242=401 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.49% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 242 (94.92% from 255 or 60.35% from 401); Max value from RGB is 242 - color contains mainly: blue. Hex color #1689F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1689F2 is #E9760D. Grayscale: #727272. Windows color (decimal): -15300110 or 15894806. OLE color: 15894806.

HSL color Cylindrical-coordinate representation of color #1689F2: hue angle of 208.64º 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 #1689F2 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB22137242-
CMYK0.910.4300.05
HSL208.64º89.43%51.76%-
HSV(B)208.64º90.91%94.9%-
XYZ25.324.4787.39-
YUV114.58199.961.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.49%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 242 (94.92% from 255) = 60.35%
R=5.49%
G=34.16%
B=60.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal221372420.910.4300.05208.6489.4351.76
Hex1689F25B2B05d15934
Octal26211362133530532113164
Binary10110100010011111001010110111010110101110100011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1689F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1689F2; }

 p { color: rgb(22,137,242); }

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

<style>
 a { background-color: #1689F2; }

 a { background-color: rgb(22,137,242); }

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

<style>
 span { border-color: #1689F2; }

 span { border-color: rgb(22,137,242); }

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