Html Css Color HEX #208CDF Dodger Blue

📋 copy color: '#208CDF'

red 32 ◦ green 140 ◦ blue 223

#208CDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #208CDF

Tints of Dodger Blue #208CDF

RGB

 RED value IS 32 (12.89% from 255) = 8.1%

 GREEN value IS 140 (55.08% from 255) = 35.44%

 BLUE value IS 223 (87.5% from 255) = 56.46%

R = 8.1%
G = 35.44%
B = 56.46%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#208CDF (or 0x208CDF) is known color: Dodger Blue. HEX triplet: 20, 8C and DF. RGB value is (32,140,223). Sum of RGB (Red+Green+Blue) = 32+140+223=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #208CDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208CDF is #DF7320. Grayscale: #747474. Windows color (decimal): -14644001 or 14650400. OLE color: 14650400.

HSL color Cylindrical-coordinate representation of color #208CDF: hue angle of 206.07º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208CDF is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 140 223 -
CMYK 0.86 0.37 0 0.13
HSL 206.07º 0.75% 0.5% -
HSV(B) 206.07º 0.86% 0.87% -
XYZ 23.29 24.39 73.29 -
YUV 117.17 187.72 67.25 -
System Red Green Blue C M Y K H S L
Decimal 32 140 223 0.86 0.37 0 0.13 206.07 0.75 0.5
Hex 20 8C DF 56 25 0 D CE 4B 32
Octal 40 214 337 126 45 0 15 316 113 62
Binary 100000 10001100 11011111 1010110 100101 0 1101 11001110 1001011 110010

Color Harmonies of #208CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208CDF

Black with #208CDF

Text Example


Text Example

White with #208CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,140,223); }

 H1.HeaderClassName
 {
   color: #208CDF;
 }
 .AnyTagClassName
 {
   color: #208CDF;
 }
</style>

background-color css

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

 a { background-color: rgb(32,140,223); }

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

border-color css

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

 span { border-color: rgb(32,140,223); }

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