#799CFC

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

Shades of Cornflower Blue #799CFC

Tints of Cornflower Blue #799CFC

Color information

#799CFC (or 0x799CFC) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9C and FC. RGB value is (121,156,252). Sum of RGB (Red+Green+Blue) = 121+156+252=529 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.87% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #799CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799CFC is #866303. Grayscale: #9C9C9C. Windows color (decimal): -8807172 or 16555129. OLE color: 16555129.

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

Color convert

RGB121156252-
CMYK0.520.3800.01
HSL223.97º95.62%73.14%-
HSV(B)223.97º51.98%98.82%-
XYZ37.3434.8796.86-
YUV156.48181.9102.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.87%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 252 (98.83% from 255) = 47.64%
R=22.87%
G=29.49%
B=47.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211562520.520.3800.01223.9795.6273.14
Hex799CFC342601e06049
Octal171234374644601340140111
Binary11110011001110011111100110100100110011110000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,156,252); }

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

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

 a { background-color: rgb(121,156,252); }

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

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

 span { border-color: rgb(121,156,252); }

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