#7EA7DC

Color #7EA7DC Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7EA7DC

Tints of Jordy Blue #7EA7DC

Color information

#7EA7DC (or 0x7EA7DC) is unknown color: approx Jordy Blue. HEX triplet: 7E, A7 and DC. RGB value is (126,167,220). Sum of RGB (Red+Green+Blue) = 126+167+220=513 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.56% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #7EA7DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA7DC is #815823. Grayscale: #A0A0A0. Windows color (decimal): -8476708 or 14460798. OLE color: 14460798.

HSL color Cylindrical-coordinate representation of color #7EA7DC: hue angle of 213.83º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EA7DC is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126167220-
CMYK0.430.2400.14
HSL213.83º57.32%67.84%-
HSV(B)213.83º42.73%86.27%-
XYZ35.3437.2473.04-
YUV160.78161.42103.19-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.56%
GREEN value IS 167 (65.62% from 255) = 32.55%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=24.56%
G=32.55%
B=42.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261672200.430.2400.14213.8357.3267.84
Hex7EA7DC2B180Ed63944
Octal176247334533001632671104
Binary111111010100111110111001010111100001110110101101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EA7DC; }

 p { color: rgb(126,167,220); }

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

<style>
 a { background-color: #7EA7DC; }

 a { background-color: rgb(126,167,220); }

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

<style>
 span { border-color: #7EA7DC; }

 span { border-color: rgb(126,167,220); }

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