#7CA0DD

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

Shades of Jordy Blue #7CA0DD

Tints of Jordy Blue #7CA0DD

Color information

#7CA0DD (or 0x7CA0DD) is unknown color: approx Jordy Blue. HEX triplet: 7C, A0 and DD. RGB value is (124,160,221). Sum of RGB (Red+Green+Blue) = 124+160+221=505 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.55% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CA0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA0DD is #835F22. Grayscale: #9B9B9B. Windows color (decimal): -8609571 or 14524540. OLE color: 14524540.

HSL color Cylindrical-coordinate representation of color #7CA0DD: hue angle of 217.73º 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 #7CA0DD is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124160221-
CMYK0.440.2800.13
HSL217.73º58.79%67.65%-
HSV(B)217.73º43.89%86.67%-
XYZ33.9334.6573.31-
YUV156.19164.57105.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.55%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 221 (86.72% from 255) = 43.76%
R=24.55%
G=31.68%
B=43.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241602210.440.2800.13217.7358.7967.65
Hex7CA0DD2C1C0Dda3b44
Octal174240335543401533273104
Binary111110010100000110111011011001110001101110110101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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