#7D9FEC

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

Shades of Jordy Blue #7D9FEC

Tints of Jordy Blue #7D9FEC

Color information

#7D9FEC (or 0x7D9FEC) is unknown color: approx Jordy Blue. HEX triplet: 7D, 9F and EC. RGB value is (125,159,236). Sum of RGB (Red+Green+Blue) = 125+159+236=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D9FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9FEC is #826013. Grayscale: #9D9D9D. Windows color (decimal): -8544276 or 15507325. OLE color: 15507325.

HSL color Cylindrical-coordinate representation of color #7D9FEC: hue angle of 221.62º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D9FEC is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125159236-
CMYK0.470.3300.07
HSL221.62º74.5%70.78%-
HSV(B)221.62º47.03%92.55%-
XYZ3635.2184.26-
YUV157.61172.24104.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.04%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 236 (92.58% from 255) = 45.38%
R=24.04%
G=30.58%
B=45.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1251592360.470.3300.07221.6274.570.78
Hex7D9FEC2F2107de4a47
Octal175237354574107336112107
Binary1111101100111111110110010111110000101111101111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,159,236); }

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

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

 a { background-color: rgb(125,159,236); }

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

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

 span { border-color: rgb(125,159,236); }

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