#799DFE

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

Shades of Cornflower Blue #799DFE

Tints of Cornflower Blue #799DFE

Color information

#799DFE (or 0x799DFE) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9D and FE. RGB value is (121,157,254). Sum of RGB (Red+Green+Blue) = 121+157+254=532 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.74% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #799DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799DFE is #866201. Grayscale: #9C9C9C. Windows color (decimal): -8806914 or 16686457. OLE color: 16686457.

HSL color Cylindrical-coordinate representation of color #799DFE: hue angle of 223.76º 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 #799DFE is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB121157254-
CMYK0.520.3800.00
HSL223.76º98.52%73.53%-
HSV(B)223.76º52.36%99.61%-
XYZ37.8335.3398.59-
YUV157.29182.57102.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.74%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 254 (99.61% from 255) = 47.74%
R=22.74%
G=29.51%
B=47.74%

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
Decimal1211572540.520.3800.00223.7698.5273.53
Hex799DFE342600e0634a
Octal171235376644600340143112
Binary11110011001110111111110110100100110001110000011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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