#799CFA

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

Shades of Cornflower Blue #799CFA

Tints of Cornflower Blue #799CFA

Color information

#799CFA (or 0x799CFA) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9C and FA. RGB value is (121,156,250). Sum of RGB (Red+Green+Blue) = 121+156+250=527 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.96% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #799CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799CFA is #866305. Grayscale: #9B9B9B. Windows color (decimal): -8807174 or 16424057. OLE color: 16424057.

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

Color convert

RGB121156250-
CMYK0.520.3800.02
HSL223.72º92.81%72.75%-
HSV(B)223.72º51.6%98.04%-
XYZ37.0334.7495.2-
YUV156.25180.9102.86-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.96%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 250 (98.05% from 255) = 47.44%
R=22.96%
G=29.60%
B=47.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211562500.520.3800.02223.7292.8172.75
Hex799CFA342602e05d49
Octal171234372644602340135111
Binary111100110011100111110101101001001100101110000010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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