#7CA9FA

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

Shades of Jordy Blue #7CA9FA

Tints of Jordy Blue #7CA9FA

Color information

#7CA9FA (or 0x7CA9FA) is unknown color: approx Jordy Blue. HEX triplet: 7C, A9 and FA. RGB value is (124,169,250). Sum of RGB (Red+Green+Blue) = 124+169+250=543 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.84% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #7CA9FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA9FA is #835605. Grayscale: #A4A4A4. Windows color (decimal): -8607238 or 16427388. OLE color: 16427388.

HSL color Cylindrical-coordinate representation of color #7CA9FA: hue angle of 218.57º 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 #7CA9FA is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB124169250-
CMYK0.500.3200.02
HSL218.57º92.65%73.33%-
HSV(B)218.57º50.4%98.04%-
XYZ39.7639.5695.98-
YUV164.78176.0998.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.84%
GREEN value IS 169 (66.41% from 255) = 31.12%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=22.84%
G=31.12%
B=46.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1241692500.500.3200.02218.5792.6573.33
Hex7CA9FA322002db5d49
Octal174251372624002333135111
Binary111110010101001111110101100101000000101101101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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