#799EFE

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

Shades of Cornflower Blue #799EFE

Tints of Cornflower Blue #799EFE

Color information

#799EFE (or 0x799EFE) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9E and FE. RGB value is (121,158,254). Sum of RGB (Red+Green+Blue) = 121+158+254=533 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.70% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #799EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799EFE is #866101. Grayscale: #9D9D9D. Windows color (decimal): -8806658 or 16686713. OLE color: 16686713.

HSL color Cylindrical-coordinate representation of color #799EFE: hue angle of 223.31º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #799EFE is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB121158254-
CMYK0.520.3800.00
HSL223.31º98.52%73.53%-
HSV(B)223.31º52.36%99.61%-
XYZ3835.6798.65-
YUV157.88182.24101.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.70%
GREEN value IS 158 (62.11% from 255) = 29.64%
BLUE value IS 254 (99.61% from 255) = 47.65%
R=22.70%
G=29.64%
B=47.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1211582540.520.3800.00223.3198.5273.53
Hex799EFE342600df634a
Octal171236376644600337143112
Binary11110011001111011111110110100100110001101111111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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