#7CA8DD

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

Shades of Jordy Blue #7CA8DD

Tints of Jordy Blue #7CA8DD

Color information

#7CA8DD (or 0x7CA8DD) is unknown color: approx Jordy Blue. HEX triplet: 7C, A8 and DD. RGB value is (124,168,221). Sum of RGB (Red+Green+Blue) = 124+168+221=513 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.17% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CA8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA8DD is #835722. Grayscale: #A0A0A0. Windows color (decimal): -8607523 or 14526588. OLE color: 14526588.

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

Color convert

RGB124168221-
CMYK0.440.2400.13
HSL212.78º58.79%67.65%-
HSV(B)212.78º43.89%86.67%-
XYZ35.3737.5173.78-
YUV160.89161.92101.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.17%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 221 (86.72% from 255) = 43.08%
R=24.17%
G=32.75%
B=43.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241682210.440.2400.13212.7858.7967.65
Hex7CA8DD2C180Dd53b44
Octal174250335543001532573104
Binary111110010101000110111011011001100001101110101011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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