#1697E4

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

Shades of Dodger Blue #1697E4

Tints of Dodger Blue #1697E4

Color information

#1697E4 (or 0x1697E4) is unknown color: approx Dodger Blue. HEX triplet: 16, 97 and E4. RGB value is (22,151,228). Sum of RGB (Red+Green+Blue) = 22+151+228=401 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.49% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 228 (89.45% from 255 or 56.86% from 401); Max value from RGB is 228 - color contains mainly: blue. Hex color #1697E4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1697E4 is #E9681B. Grayscale: #787878. Windows color (decimal): -15296540 or 14980886. OLE color: 14980886.

HSL color Cylindrical-coordinate representation of color #1697E4: hue angle of 202.43º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1697E4 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22151228-
CMYK0.900.3400.11
HSL202.43º82.4%49.02%-
HSV(B)202.43º90.35%89.41%-
XYZ25.427.9177.45-
YUV121.21188.2657.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.49%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 228 (89.45% from 255) = 56.86%
R=5.49%
G=37.66%
B=56.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal221512280.900.3400.11202.4382.449.02
Hex1697E45A220Bca5231
Octal262273441324201331212261
Binary101101001011111100100101101010001001011110010101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1697E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1697E4; }

 p { color: rgb(22,151,228); }

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

<style>
 a { background-color: #1697E4; }

 a { background-color: rgb(22,151,228); }

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

<style>
 span { border-color: #1697E4; }

 span { border-color: rgb(22,151,228); }

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