#7CA5DD

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

Shades of Jordy Blue #7CA5DD

Tints of Jordy Blue #7CA5DD

Color information

#7CA5DD (or 0x7CA5DD) is unknown color: approx Jordy Blue. HEX triplet: 7C, A5 and DD. RGB value is (124,165,221). Sum of RGB (Red+Green+Blue) = 124+165+221=510 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.31% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CA5DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA5DD is #835A22. Grayscale: #9E9E9E. Windows color (decimal): -8608291 or 14525820. OLE color: 14525820.

HSL color Cylindrical-coordinate representation of color #7CA5DD: hue angle of 214.64º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CA5DD is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124165221-
CMYK0.440.2500.13
HSL214.64º58.79%67.65%-
HSV(B)214.64º43.89%86.67%-
XYZ34.8236.4273.6-
YUV159.12162.92102.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.31%
GREEN value IS 165 (64.84% from 255) = 32.35%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=24.31%
G=32.35%
B=43.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241652210.440.2500.13214.6458.7967.65
Hex7CA5DD2C190Dd73b44
Octal174245335543101532773104
Binary111110010100101110111011011001100101101110101111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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