Html Css Color HEX #207DDB Dodger Blue

📋 copy color: '#207DDB'

red 32 ◦ green 125 ◦ blue 219

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

Shades of Dodger Blue #207DDB

Tints of Dodger Blue #207DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.24%

R = 8.51%
G = 33.24%
B = 58.24%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#207DDB (or 0x207DDB) is known color: Dodger Blue. HEX triplet: 20, 7D and DB. RGB value is (32,125,219). Sum of RGB (Red+Green+Blue) = 32+125+219=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #207DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207DDB is #DF8224. Grayscale: #6B6B6B. Windows color (decimal): -14647845 or 14384416. OLE color: 14384416.

HSL color Cylindrical-coordinate representation of color #207DDB: hue angle of 210.16º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #207DDB is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 125 219 -
CMYK 0.85 0.43 0 0.14
HSL 210.16º 0.75% 0.49% -
HSV(B) 210.16º 0.85% 0.86% -
XYZ 20.72 20.09 69.8 -
YUV 107.91 190.69 73.86 -
System Red Green Blue C M Y K H S L
Decimal 32 125 219 0.85 0.43 0 0.14 210.16 0.75 0.49
Hex 20 7D DB 55 2B 0 E D2 4B 31
Octal 40 175 333 125 53 0 16 322 113 61
Binary 100000 1111101 11011011 1010101 101011 0 1110 11010010 1001011 110001

Color Harmonies of #207DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207DDB

Black with #207DDB

Text Example


Text Example

White with #207DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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