Html Css Color HEX #207DDD Dodger Blue

📋 copy color: '#207DDD'

red 32 ◦ green 125 ◦ blue 221

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

Shades of Dodger Blue #207DDD

Tints of Dodger Blue #207DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.07%

 BLUE value IS 221 (86.72% from 255) = 58.47%

R = 8.47%
G = 33.07%
B = 58.47%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#207DDD (or 0x207DDD) is known color: Dodger Blue. HEX triplet: 20, 7D and DD. RGB value is (32,125,221). Sum of RGB (Red+Green+Blue) = 32+125+221=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #207DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207DDD is #DF8222. Grayscale: #6B6B6B. Windows color (decimal): -14647843 or 14515488. OLE color: 14515488.

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

Color convert

RGB 32 125 221 -
CMYK 0.86 0.43 0 0.13
HSL 210.48º 0.75% 0.5% -
HSV(B) 210.48º 0.86% 0.87% -
XYZ 20.98 20.19 71.2 -
YUV 108.14 191.69 73.69 -
System Red Green Blue C M Y K H S L
Decimal 32 125 221 0.86 0.43 0 0.13 210.48 0.75 0.5
Hex 20 7D DD 56 2B 0 D D2 4B 32
Octal 40 175 335 126 53 0 15 322 113 62
Binary 100000 1111101 11011101 1010110 101011 0 1101 11010010 1001011 110010

Color Harmonies of #207DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207DDD

Black with #207DDD

Text Example


Text Example

White with #207DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207DDD; }

 p { color: rgb(32,125,221); }

 H1.HeaderClassName
 {
   color: #207DDD;
 }
 .AnyTagClassName
 {
   color: #207DDD;
 }
</style>

background-color css

<style>
 a { background-color: #207DDD; }

 a { background-color: rgb(32,125,221); }

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

border-color css

<style>
 span { border-color: #207DDD; }

 span { border-color: rgb(32,125,221); }

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