#799DED

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

Shades of Cornflower Blue #799DED

Tints of Cornflower Blue #799DED

Color information

#799DED (or 0x799DED) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9D and ED. RGB value is (121,157,237). Sum of RGB (Red+Green+Blue) = 121+157+237=515 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.50% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #799DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799DED is #866212. Grayscale: #9B9B9B. Windows color (decimal): -8806931 or 15572345. OLE color: 15572345.

HSL color Cylindrical-coordinate representation of color #799DED: hue angle of 221.38º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #799DED is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121157237-
CMYK0.490.3400.07
HSL221.38º76.32%70.2%-
HSV(B)221.38º48.95%92.94%-
XYZ35.2334.2984.88-
YUV155.36174.07103.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.50%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 237 (92.97% from 255) = 46.02%
R=23.50%
G=30.49%
B=46.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1211572370.490.3400.07221.3876.3270.2
Hex799DED312207dd4c46
Octal171235355614207335114106
Binary1111001100111011110110111000110001001111101110110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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