#7CA4EB

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

Shades of Jordy Blue #7CA4EB

Tints of Jordy Blue #7CA4EB

Color information

#7CA4EB (or 0x7CA4EB) is unknown color: approx Jordy Blue. HEX triplet: 7C, A4 and EB. RGB value is (124,164,235). Sum of RGB (Red+Green+Blue) = 124+164+235=523 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.71% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #7CA4EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA4EB is #835B14. Grayscale: #9F9F9F. Windows color (decimal): -8608533 or 15443068. OLE color: 15443068.

HSL color Cylindrical-coordinate representation of color #7CA4EB: hue angle of 218.38º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CA4EB is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB124164235-
CMYK0.470.3000.08
HSL218.38º73.51%70.39%-
HSV(B)218.38º47.23%92.16%-
XYZ36.5836.8383.78-
YUV160.13170.25102.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.71%
GREEN value IS 164 (64.45% from 255) = 31.36%
BLUE value IS 235 (92.19% from 255) = 44.93%
R=23.71%
G=31.36%
B=44.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1241642350.470.3000.08218.3873.5170.39
Hex7CA4EB2F1E08da4a46
Octal1742443535736010332112106
Binary1111100101001001110101110111111110010001101101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,164,235); }

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

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

 a { background-color: rgb(124,164,235); }

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

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

 span { border-color: rgb(124,164,235); }

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