Html Css Color HEX #208FDF Dodger Blue

📋 copy color: '#208FDF'

red 32 ◦ green 143 ◦ blue 223

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

Shades of Dodger Blue #208FDF

Tints of Dodger Blue #208FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.93%

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

R = 8.04%
G = 35.93%
B = 56.03%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#208FDF (or 0x208FDF) is known color: Dodger Blue. HEX triplet: 20, 8F and DF. RGB value is (32,143,223). Sum of RGB (Red+Green+Blue) = 32+143+223=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #208FDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208FDF is #DF7020. Grayscale: #767676. Windows color (decimal): -14643233 or 14651168. OLE color: 14651168.

HSL color Cylindrical-coordinate representation of color #208FDF: hue angle of 205.13º 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 #208FDF is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 143 223 -
CMYK 0.86 0.36 0 0.13
HSL 205.13º 0.75% 0.5% -
HSV(B) 205.13º 0.86% 0.87% -
XYZ 23.74 25.28 73.44 -
YUV 118.93 186.73 66 -
System Red Green Blue C M Y K H S L
Decimal 32 143 223 0.86 0.36 0 0.13 205.13 0.75 0.5
Hex 20 8F DF 56 24 0 D CD 4B 32
Octal 40 217 337 126 44 0 15 315 113 62
Binary 100000 10001111 11011111 1010110 100100 0 1101 11001101 1001011 110010

Color Harmonies of #208FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208FDF

Black with #208FDF

Text Example


Text Example

White with #208FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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