#7DA7DC

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

Shades of Jordy Blue #7DA7DC

Tints of Jordy Blue #7DA7DC

Color information

#7DA7DC (or 0x7DA7DC) is unknown color: approx Jordy Blue. HEX triplet: 7D, A7 and DC. RGB value is (125,167,220). Sum of RGB (Red+Green+Blue) = 125+167+220=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DA7DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA7DC is #825823. Grayscale: #A0A0A0. Windows color (decimal): -8542244 or 14460797. OLE color: 14460797.

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

Color convert

RGB125167220-
CMYK0.430.2400.14
HSL213.47º57.58%67.65%-
HSV(B)213.47º43.18%86.27%-
XYZ35.1937.1673.03-
YUV160.48161.59102.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.41%
GREEN value IS 167 (65.62% from 255) = 32.62%
BLUE value IS 220 (86.33% from 255) = 42.97%
R=24.41%
G=32.62%
B=42.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251672200.430.2400.14213.4757.5867.65
Hex7DA7DC2B180Ed53a44
Octal175247334533001632572104
Binary111110110100111110111001010111100001110110101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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