#7CA3FA

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

Shades of Jordy Blue #7CA3FA

Tints of Jordy Blue #7CA3FA

Color information

#7CA3FA (or 0x7CA3FA) is unknown color: approx Jordy Blue. HEX triplet: 7C, A3 and FA. RGB value is (124,163,250). Sum of RGB (Red+Green+Blue) = 124+163+250=537 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.09% from 537); Green value is 163 (64.06% from 255 or 30.35% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #7CA3FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA3FA is #835C05. Grayscale: #A0A0A0. Windows color (decimal): -8608774 or 16425852. OLE color: 16425852.

HSL color Cylindrical-coordinate representation of color #7CA3FA: hue angle of 221.43º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7CA3FA is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB124163250-
CMYK0.500.3500.02
HSL221.43º92.65%73.33%-
HSV(B)221.43º50.4%98.04%-
XYZ38.6637.3895.62-
YUV161.26178.08101.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.09%
GREEN value IS 163 (64.06% from 255) = 30.35%
BLUE value IS 250 (98.05% from 255) = 46.55%
R=23.09%
G=30.35%
B=46.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1241632500.500.3500.02221.4392.6573.33
Hex7CA3FA322302dd5d49
Octal174243372624302335135111
Binary111110010100011111110101100101000110101101110110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,163,250); }

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

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

 a { background-color: rgb(124,163,250); }

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

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

 span { border-color: rgb(124,163,250); }

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