Html Css Color HEX #207FDD Dodger Blue

📋 copy color: '#207FDD'

red 32 ◦ green 127 ◦ blue 221

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

Shades of Dodger Blue #207FDD

Tints of Dodger Blue #207FDD

RGB

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

 GREEN value IS 127 (50% from 255) = 33.42%

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

R = 8.42%
G = 33.42%
B = 58.16%

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

#207FDD (or 0x207FDD) is known color: Dodger Blue. HEX triplet: 20, 7F and DD. RGB value is (32,127,221). Sum of RGB (Red+Green+Blue) = 32+127+221=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #207FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207FDD is #DF8022. Grayscale: #6C6C6C. Windows color (decimal): -14647331 or 14516000. OLE color: 14516000.

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

Color convert

RGB 32 127 221 -
CMYK 0.86 0.43 0 0.13
HSL 209.84º 0.75% 0.5% -
HSV(B) 209.84º 0.86% 0.87% -
XYZ 21.24 20.71 71.28 -
YUV 109.31 191.03 72.86 -
System Red Green Blue C M Y K H S L
Decimal 32 127 221 0.86 0.43 0 0.13 209.84 0.75 0.5
Hex 20 7F DD 56 2B 0 D D2 4B 32
Octal 40 177 335 126 53 0 15 322 113 62
Binary 100000 1111111 11011101 1010110 101011 0 1101 11010010 1001011 110010

Color Harmonies of #207FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207FDD

Black with #207FDD

Text Example


Text Example

White with #207FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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