Html Css Color HEX #207CDD Dodger Blue

📋 copy color: '#207CDD'

red 32 ◦ green 124 ◦ blue 221

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

Shades of Dodger Blue #207CDD

Tints of Dodger Blue #207CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.89%

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

R = 8.49%
G = 32.89%
B = 58.62%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#207CDD (or 0x207CDD) is known color: Dodger Blue. HEX triplet: 20, 7C and DD. RGB value is (32,124,221). Sum of RGB (Red+Green+Blue) = 32+124+221=377 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.49% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #207CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207CDD is #DF8322. Grayscale: #6B6B6B. Windows color (decimal): -14648099 or 14515232. OLE color: 14515232.

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

Color convert

RGB 32 124 221 -
CMYK 0.86 0.44 0 0.13
HSL 210.79º 0.75% 0.5% -
HSV(B) 210.79º 0.86% 0.87% -
XYZ 20.85 19.94 71.16 -
YUV 107.55 192.02 74.11 -
System Red Green Blue C M Y K H S L
Decimal 32 124 221 0.86 0.44 0 0.13 210.79 0.75 0.5
Hex 20 7C DD 56 2C 0 D D3 4B 32
Octal 40 174 335 126 54 0 15 323 113 62
Binary 100000 1111100 11011101 1010110 101100 0 1101 11010011 1001011 110010

Color Harmonies of #207CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207CDD

Black with #207CDD

Text Example


Text Example

White with #207CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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