#7DA0DC

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

Shades of Jordy Blue #7DA0DC

Tints of Jordy Blue #7DA0DC

Color information

#7DA0DC (or 0x7DA0DC) is unknown color: approx Jordy Blue. HEX triplet: 7D, A0 and DC. RGB value is (125,160,220). Sum of RGB (Red+Green+Blue) = 125+160+220=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DA0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA0DC is #825F23. Grayscale: #9C9C9C. Windows color (decimal): -8544036 or 14459005. OLE color: 14459005.

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

Color convert

RGB125160220-
CMYK0.430.2700.14
HSL217.89º57.58%67.65%-
HSV(B)217.89º43.18%86.27%-
XYZ33.9534.6772.61-
YUV156.38163.9105.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.75%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=24.75%
G=31.68%
B=43.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251602200.430.2700.14217.8957.5867.65
Hex7DA0DC2B1B0Eda3a44
Octal175240334533301633272104
Binary111110110100000110111001010111101101110110110101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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