#207EAD

Color #207EAD Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #207EAD

Tints of Lochmara #207EAD

Color information

#207EAD (or 0x207EAD) is unknown color: approx Lochmara. HEX triplet: 20, 7E and AD. RGB value is (32,126,173). Sum of RGB (Red+Green+Blue) = 32+126+173=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #207EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207EAD is #DF8152. Grayscale: #666666. Windows color (decimal): -14647635 or 11370016. OLE color: 11370016.

HSL color Cylindrical-coordinate representation of color #207EAD: hue angle of 200º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #207EAD is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB32126173-
CMYK0.820.2700.32
HSL200º68.78%40.2%-
HSV(B)200º81.5%67.84%-
XYZ15.618.2542.23-
YUV103.25167.3677.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.67%
GREEN value IS 126 (49.61% from 255) = 38.07%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=9.67%
G=38.07%
B=52.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal321261730.820.2700.3220068.7840.2
Hex207EAD521B020c84528
Octal401762551223304031010550
Binary1000001111110101011011010010110110100000110010001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,126,173); }

 H1.HeaderClassName
 {
   color: #207EAD;
 }
 .AnyTagClassName
 {
   color: #207EAD;
 }
</style>
background-color css

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

 a { background-color: rgb(32,126,173); }

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

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

 span { border-color: rgb(32,126,173); }

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