#7DA8EA

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

Shades of Jordy Blue #7DA8EA

Tints of Jordy Blue #7DA8EA

Color information

#7DA8EA (or 0x7DA8EA) is unknown color: approx Jordy Blue. HEX triplet: 7D, A8 and EA. RGB value is (125,168,234). Sum of RGB (Red+Green+Blue) = 125+168+234=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #7DA8EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7DA8EA is #825715. Grayscale: #A2A2A2. Windows color (decimal): -8541974 or 15378557. OLE color: 15378557.

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

Color convert

RGB125168234-
CMYK0.470.2800.08
HSL216.33º72.19%70.39%-
HSV(B)216.33º46.58%91.76%-
XYZ37.3138.3183.27-
YUV162.67168.25101.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.72%
GREEN value IS 168 (66.02% from 255) = 31.88%
BLUE value IS 234 (91.80% from 255) = 44.40%
R=23.72%
G=31.88%
B=44.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1251682340.470.2800.08216.3372.1970.39
Hex7DA8EA2F1C08d84846
Octal1752503525734010330110106
Binary1111101101010001110101010111111100010001101100010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,168,234); }

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

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

 a { background-color: rgb(125,168,234); }

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

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

 span { border-color: rgb(125,168,234); }

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