#799DFA

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

Shades of Cornflower Blue #799DFA

Tints of Cornflower Blue #799DFA

Color information

#799DFA (or 0x799DFA) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9D and FA. RGB value is (121,157,250). Sum of RGB (Red+Green+Blue) = 121+157+250=528 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.92% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #799DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799DFA is #866205. Grayscale: #9C9C9C. Windows color (decimal): -8806918 or 16424313. OLE color: 16424313.

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

Color convert

RGB121157250-
CMYK0.520.3700.02
HSL223.26º92.81%72.75%-
HSV(B)223.26º51.6%98.04%-
XYZ37.235.0895.25-
YUV156.84180.57102.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.92%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=22.92%
G=29.73%
B=47.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211572500.520.3700.02223.2692.8172.75
Hex799DFA342502df5d49
Octal171235372644502337135111
Binary111100110011101111110101101001001010101101111110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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