#7DA4DC

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

Shades of Jordy Blue #7DA4DC

Tints of Jordy Blue #7DA4DC

Color information

#7DA4DC (or 0x7DA4DC) is unknown color: approx Jordy Blue. HEX triplet: 7D, A4 and DC. RGB value is (125,164,220). Sum of RGB (Red+Green+Blue) = 125+164+220=509 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.56% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DA4DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA4DC is #825B23. Grayscale: #9E9E9E. Windows color (decimal): -8543012 or 14460029. OLE color: 14460029.

HSL color Cylindrical-coordinate representation of color #7DA4DC: hue angle of 215.37º degrees, saturation: 0.58, 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 #7DA4DC is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125164220-
CMYK0.430.2500.14
HSL215.37º57.58%67.65%-
HSV(B)215.37º43.18%86.27%-
XYZ34.6536.0872.85-
YUV158.72162.58103.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.56%
GREEN value IS 164 (64.45% from 255) = 32.22%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=24.56%
G=32.22%
B=43.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251642200.430.2500.14215.3757.5867.65
Hex7DA4DC2B190Ed73a44
Octal175244334533101632772104
Binary111110110100100110111001010111100101110110101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,164,220); }

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

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

 a { background-color: rgb(125,164,220); }

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

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

 span { border-color: rgb(125,164,220); }

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