#7C8EF2

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

Shades of Cornflower Blue #7C8EF2

Tints of Cornflower Blue #7C8EF2

Color information

#7C8EF2 (or 0x7C8EF2) is unknown color: approx Cornflower Blue. HEX triplet: 7C, 8E and F2. RGB value is (124,142,242). Sum of RGB (Red+Green+Blue) = 124+142+242=508 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.41% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #7C8EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8EF2 is #83710D. Grayscale: #939393. Windows color (decimal): -8614158 or 15896188. OLE color: 15896188.

HSL color Cylindrical-coordinate representation of color #7C8EF2: hue angle of 230.85º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C8EF2 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB124142242-
CMYK0.490.4100.05
HSL230.85º81.94%71.76%-
HSV(B)230.85º48.76%94.9%-
XYZ34.0130.0488.01-
YUV148.02181.04110.87-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.41%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 242 (94.92% from 255) = 47.64%
R=24.41%
G=27.95%
B=47.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1241422420.490.4100.05230.8581.9471.76
Hex7C8EF2312905e75248
Octal174216362615105347122110
Binary1111100100011101111001011000110100101011110011110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,142,242); }

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

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

 a { background-color: rgb(124,142,242); }

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

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

 span { border-color: rgb(124,142,242); }

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