#208FF1

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

Shades of Dodger Blue #208FF1

Tints of Dodger Blue #208FF1

Color information

#208FF1 (or 0x208FF1) is unknown color: approx Dodger Blue. HEX triplet: 20, 8F and F1. RGB value is (32,143,241). Sum of RGB (Red+Green+Blue) = 32+143+241=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #208FF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #208FF1 is #DF700E. Grayscale: #787878. Windows color (decimal): -14643215 or 15830816. OLE color: 15830816.

HSL color Cylindrical-coordinate representation of color #208FF1: hue angle of 208.13º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #208FF1 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB32143241-
CMYK0.870.4100.05
HSL208.13º88.19%53.53%-
HSV(B)208.13º86.72%94.51%-
XYZ26.326.386.91-
YUV120.98195.7364.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.69%
GREEN value IS 143 (56.25% from 255) = 34.38%
BLUE value IS 241 (94.53% from 255) = 57.93%
R=7.69%
G=34.38%
B=57.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal321432410.870.4100.05208.1388.1953.53
Hex208FF1572905d05836
Octal40217361127510532013066
Binary100000100011111111000110101111010010101110100001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,143,241); }

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

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

 a { background-color: rgb(32,143,241); }

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

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

 span { border-color: rgb(32,143,241); }

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