#7ca5dc

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

Shades of Jordy Blue #7CA5DC

Tints of Jordy Blue #7CA5DC

Color information

#7CA5DC (or 0x7CA5DC) is unknown color: approx Jordy Blue. HEX triplet: 7C, A5 and DC. RGB value is (124,165,220). Sum of RGB (Red+Green+Blue) = 124+165+220=509 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.36% from 509); Green value is 165 (64.84% from 255 or 32.42% 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 #7CA5DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA5DC is #835A23. Grayscale: #9E9E9E. Windows color (decimal): -8608292 or 14460284. OLE color: 14460284.

HSL color Cylindrical-coordinate representation of color #7CA5DC: hue angle of 214.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CA5DC is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB124165220-
CMYK0.440.2500.14
HSL214.38º57.83%67.45%-
HSV(B)214.38º43.64%86.27%-
XYZ34.6936.3672.9-
YUV159.01162.42103.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.36%
GREEN value IS 165 (64.84% from 255) = 32.42%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=24.36%
G=32.42%
B=43.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1241652200.440.2500.14214.3857.8367.45
Hex7CA5DC2C190Ed63a43
Octal174245334543101632672103
Binary111110010100101110111001011001100101110110101101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ca5dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,165,220); }

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

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

 a { background-color: rgb(124,165,220); }

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

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

 span { border-color: rgb(124,165,220); }

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