#208BD7

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

Shades of Dodger Blue #208BD7

Tints of Dodger Blue #208BD7

Color information

#208BD7 (or 0x208BD7) is unknown color: approx Dodger Blue. HEX triplet: 20, 8B and D7. RGB value is (32,139,215). Sum of RGB (Red+Green+Blue) = 32+139+215=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 215 (84.38% from 255 or 55.70% from 386); Max value from RGB is 215 - color contains mainly: blue. Hex color #208BD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208BD7 is #DF7428. Grayscale: #737373. Windows color (decimal): -14644265 or 14125856. OLE color: 14125856.

HSL color Cylindrical-coordinate representation of color #208BD7: hue angle of 204.92º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #208BD7 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB32139215-
CMYK0.850.3500.16
HSL204.92º74.09%48.43%-
HSV(B)204.92º85.12%84.31%-
XYZ22.0923.6867.7-
YUV115.67184.0568.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.29%
GREEN value IS 139 (54.69% from 255) = 36.01%
BLUE value IS 215 (84.38% from 255) = 55.70%
R=8.29%
G=36.01%
B=55.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal321392150.850.3500.16204.9274.0948.43
Hex208BD75523010cd4a30
Octal402133271254302031511260
Binary10000010001011110101111010101100011010000110011011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208BD7; }

 p { color: rgb(32,139,215); }

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

<style>
 a { background-color: #208BD7; }

 a { background-color: rgb(32,139,215); }

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

<style>
 span { border-color: #208BD7; }

 span { border-color: rgb(32,139,215); }

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