#7DA8DC

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

Shades of Jordy Blue #7DA8DC

Tints of Jordy Blue #7DA8DC

Color information

#7DA8DC (or 0x7DA8DC) is unknown color: approx Jordy Blue. HEX triplet: 7D, A8 and DC. RGB value is (125,168,220). Sum of RGB (Red+Green+Blue) = 125+168+220=513 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.37% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DA8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA8DC is #825723. Grayscale: #A0A0A0. Windows color (decimal): -8541988 or 14461053. OLE color: 14461053.

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

Color convert

RGB125168220-
CMYK0.430.2400.14
HSL212.84º57.58%67.65%-
HSV(B)212.84º43.18%86.27%-
XYZ35.3837.5373.09-
YUV161.07161.25102.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.37%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=24.37%
G=32.75%
B=42.88%

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
Decimal1251682200.430.2400.14212.8457.5867.65
Hex7DA8DC2B180Ed53a44
Octal175250334533001632572104
Binary111110110101000110111001010111100001110110101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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