#7D9DEB

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

Shades of Jordy Blue #7D9DEB

Tints of Jordy Blue #7D9DEB

Color information

#7D9DEB (or 0x7D9DEB) is unknown color: approx Jordy Blue. HEX triplet: 7D, 9D and EB. RGB value is (125,157,235). Sum of RGB (Red+Green+Blue) = 125+157+235=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D9DEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D9DEB is #826214. Grayscale: #9B9B9B. Windows color (decimal): -8544789 or 15441277. OLE color: 15441277.

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

Color convert

RGB125157235-
CMYK0.470.3300.08
HSL222.55º73.33%70.59%-
HSV(B)222.55º46.81%92.16%-
XYZ35.5134.4783.38-
YUV156.32172.4105.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.18%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 235 (92.19% from 255) = 45.45%
R=24.18%
G=30.37%
B=45.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251572350.470.3300.08222.5573.3370.59
Hex7D9DEB2F2108df4947
Octal1752353535741010337111107
Binary11111011001110111101011101111100001010001101111110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,157,235); }

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

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

 a { background-color: rgb(125,157,235); }

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

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

 span { border-color: rgb(125,157,235); }

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