#7DA7E0

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

Shades of Jordy Blue #7DA7E0

Tints of Jordy Blue #7DA7E0

Color information

#7DA7E0 (or 0x7DA7E0) is unknown color: approx Jordy Blue. HEX triplet: 7D, A7 and E0. RGB value is (125,167,224). Sum of RGB (Red+Green+Blue) = 125+167+224=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #7DA7E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA7E0 is #82581F. Grayscale: #A0A0A0. Windows color (decimal): -8542240 or 14722941. OLE color: 14722941.

HSL color Cylindrical-coordinate representation of color #7DA7E0: hue angle of 214.55º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DA7E0 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB125167224-
CMYK0.440.2500.12
HSL214.55º61.49%68.43%-
HSV(B)214.55º44.2%87.84%-
XYZ35.7337.3875.85-
YUV160.94163.59102.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.22%
GREEN value IS 167 (65.62% from 255) = 32.36%
BLUE value IS 224 (87.89% from 255) = 43.41%
R=24.22%
G=32.36%
B=43.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1251672240.440.2500.12214.5561.4968.43
Hex7DA7E02C190Cd73d44
Octal175247340543101432775104
Binary111110110100111111000001011001100101100110101111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,167,224); }

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

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

 a { background-color: rgb(125,167,224); }

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

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

 span { border-color: rgb(125,167,224); }

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