#7CA1FA

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

Shades of Cornflower Blue #7CA1FA

Tints of Cornflower Blue #7CA1FA

Color information

#7CA1FA (or 0x7CA1FA) is unknown color: approx Cornflower Blue. HEX triplet: 7C, A1 and FA. RGB value is (124,161,250). Sum of RGB (Red+Green+Blue) = 124+161+250=535 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.18% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #7CA1FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7CA1FA is #835E05. Grayscale: #9F9F9F. Windows color (decimal): -8609286 or 16425340. OLE color: 16425340.

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

Color convert

RGB124161250-
CMYK0.500.3600.02
HSL222.38º92.65%73.33%-
HSV(B)222.38º50.4%98.04%-
XYZ38.3136.6895.5-
YUV160.08178.74102.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.18%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=23.18%
G=30.09%
B=46.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1241612500.500.3600.02222.3892.6573.33
Hex7CA1FA322402de5d49
Octal174241372624402336135111
Binary111110010100001111110101100101001000101101111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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