#7CA8E5

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

Shades of Jordy Blue #7CA8E5

Tints of Jordy Blue #7CA8E5

Color information

#7CA8E5 (or 0x7CA8E5) is unknown color: approx Jordy Blue. HEX triplet: 7C, A8 and E5. RGB value is (124,168,229). Sum of RGB (Red+Green+Blue) = 124+168+229=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #7CA8E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA8E5 is #83571A. Grayscale: #A1A1A1. Windows color (decimal): -8607515 or 15050876. OLE color: 15050876.

HSL color Cylindrical-coordinate representation of color #7CA8E5: hue angle of 214.86º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CA8E5 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB124168229-
CMYK0.460.2700.10
HSL214.86º66.88%69.22%-
HSV(B)214.86º45.85%89.8%-
XYZ36.4637.9579.53-
YUV161.8165.92101.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.80%
GREEN value IS 168 (66.02% from 255) = 32.25%
BLUE value IS 229 (89.84% from 255) = 43.95%
R=23.80%
G=32.25%
B=43.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1241682290.460.2700.10214.8666.8869.22
Hex7CA8E52E1B0Ad74345
Octal1742503455633012327103105
Binary1111100101010001110010110111011011010101101011110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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