#799DFF

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

Shades of Cornflower Blue #799DFF

Tints of Cornflower Blue #799DFF

Color information

#799DFF (or 0x799DFF) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9D and FF. RGB value is (121,157,255). Sum of RGB (Red+Green+Blue) = 121+157+255=533 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.70% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #799DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799DFF is #866200. Grayscale: #9C9C9C. Windows color (decimal): -8806913 or 16751993. OLE color: 16751993.

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

Color convert

RGB121157255-
CMYK0.530.3800
HSL223.88º100%73.73%-
HSV(B)223.88º52.55%100%-
XYZ37.9935.499.44-
YUV157.41183.07102.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.70%
GREEN value IS 157 (61.72% from 255) = 29.46%
BLUE value IS 255 (100% from 255) = 47.84%
R=22.70%
G=29.46%
B=47.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1211572550.530.3800223.8810073.73
Hex799DFF352600e0644a
Octal171235377654600340144112
Binary11110011001110111111111110101100110001110000011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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