Html Css Color HEX #207ADD Dodger Blue

📋 copy color: '#207ADD'

red 32 ◦ green 122 ◦ blue 221

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

Shades of Dodger Blue #207ADD

Tints of Dodger Blue #207ADD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.53%

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

R = 8.53%
G = 32.53%
B = 58.93%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#207ADD (or 0x207ADD) is known color: Dodger Blue. HEX triplet: 20, 7A and DD. RGB value is (32,122,221). Sum of RGB (Red+Green+Blue) = 32+122+221=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #207ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #207ADD is #DF8522. Grayscale: #696969. Windows color (decimal): -14648611 or 14514720. OLE color: 14514720.

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

Color convert

RGB 32 122 221 -
CMYK 0.86 0.45 0 0.13
HSL 211.43º 0.75% 0.5% -
HSV(B) 211.43º 0.86% 0.87% -
XYZ 20.61 19.45 71.07 -
YUV 106.38 192.68 74.95 -
System Red Green Blue C M Y K H S L
Decimal 32 122 221 0.86 0.45 0 0.13 211.43 0.75 0.5
Hex 20 7A DD 56 2D 0 D D3 4B 32
Octal 40 172 335 126 55 0 15 323 113 62
Binary 100000 1111010 11011101 1010110 101101 0 1101 11010011 1001011 110010

Color Harmonies of #207ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207ADD

Black with #207ADD

Text Example


Text Example

White with #207ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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