#799EF4

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

Shades of Cornflower Blue #799EF4

Tints of Cornflower Blue #799EF4

Color information

#799EF4 (or 0x799EF4) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9E and F4. RGB value is (121,158,244). Sum of RGB (Red+Green+Blue) = 121+158+244=523 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.14% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #799EF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799EF4 is #86610B. Grayscale: #9C9C9C. Windows color (decimal): -8806668 or 16031353. OLE color: 16031353.

HSL color Cylindrical-coordinate representation of color #799EF4: hue angle of 221.95º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #799EF4 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB121158244-
CMYK0.500.3500.04
HSL221.95º84.83%71.57%-
HSV(B)221.95º50.41%95.69%-
XYZ36.4435.0590.43-
YUV156.74177.24102.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.14%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 244 (95.70% from 255) = 46.65%
R=23.14%
G=30.21%
B=46.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1211582440.500.3500.04221.9584.8371.57
Hex799EF4322304de5548
Octal171236364624304336125110
Binary1111001100111101111010011001010001101001101111010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799EF4; }

 p { color: rgb(121,158,244); }

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

<style>
 a { background-color: #799EF4; }

 a { background-color: rgb(121,158,244); }

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

<style>
 span { border-color: #799EF4; }

 span { border-color: rgb(121,158,244); }

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