#7DA9DC

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

Shades of Jordy Blue #7DA9DC

Tints of Jordy Blue #7DA9DC

Color information

#7DA9DC (or 0x7DA9DC) is unknown color: approx Jordy Blue. HEX triplet: 7D, A9 and DC. RGB value is (125,169,220). Sum of RGB (Red+Green+Blue) = 125+169+220=514 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.32% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DA9DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA9DC is #825623. Grayscale: #A1A1A1. Windows color (decimal): -8541732 or 14461309. OLE color: 14461309.

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

Color convert

RGB125169220-
CMYK0.430.2300.14
HSL212.21º57.58%67.65%-
HSV(B)212.21º43.18%86.27%-
XYZ35.5637.973.15-
YUV161.66160.92101.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.32%
GREEN value IS 169 (66.41% from 255) = 32.88%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=24.32%
G=32.88%
B=42.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251692200.430.2300.14212.2157.5867.65
Hex7DA9DC2B170Ed43a44
Octal175251334532701632472104
Binary111110110101001110111001010111011101110110101001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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