#798FF2

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

Shades of Cornflower Blue #798FF2

Tints of Cornflower Blue #798FF2

Color information

#798FF2 (or 0x798FF2) is unknown color: approx Cornflower Blue. HEX triplet: 79, 8F and F2. RGB value is (121,143,242). Sum of RGB (Red+Green+Blue) = 121+143+242=506 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.91% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #798FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #798FF2 is #86700D. Grayscale: #939393. Windows color (decimal): -8810510 or 15896441. OLE color: 15896441.

HSL color Cylindrical-coordinate representation of color #798FF2: hue angle of 229.09º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #798FF2 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB121143242-
CMYK0.500.4100.05
HSL229.09º82.31%71.18%-
HSV(B)229.09º50%94.9%-
XYZ33.7330.1288.04-
YUV147.71181.21108.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.91%
GREEN value IS 143 (56.25% from 255) = 28.26%
BLUE value IS 242 (94.92% from 255) = 47.83%
R=23.91%
G=28.26%
B=47.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1211432420.500.4100.05229.0982.3171.18
Hex798FF2322905e55247
Octal171217362625105345122107
Binary1111001100011111111001011001010100101011110010110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798FF2; }

 p { color: rgb(121,143,242); }

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

<style>
 a { background-color: #798FF2; }

 a { background-color: rgb(121,143,242); }

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

<style>
 span { border-color: #798FF2; }

 span { border-color: rgb(121,143,242); }

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