#4F80FC

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

Shades of Cornflower Blue #4F80FC

Tints of Cornflower Blue #4F80FC

Color information

#4F80FC (or 0x4F80FC) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 80 and FC. RGB value is (79,128,252). Sum of RGB (Red+Green+Blue) = 79+128+252=459 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.21% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #4F80FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F80FC is #B07F03. Grayscale: #7E7E7E. Windows color (decimal): -11566852 or 16547919. OLE color: 16547919.

HSL color Cylindrical-coordinate representation of color #4F80FC: hue angle of 223.01º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F80FC is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB79128252-
CMYK0.690.4900.01
HSL223.01º96.65%64.9%-
HSV(B)223.01º68.65%98.82%-
XYZ28.5124.1395.25-
YUV127.48198.2793.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.21%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 252 (98.83% from 255) = 54.90%
R=17.21%
G=27.89%
B=54.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal791282520.690.4900.01223.0196.6564.9
Hex4F80FC453101df6141
Octal1172003741056101337141101
Binary100111110000000111111001000101110001011101111111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F80FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F80FC; }

 p { color: rgb(79,128,252); }

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

<style>
 a { background-color: #4F80FC; }

 a { background-color: rgb(79,128,252); }

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

<style>
 span { border-color: #4F80FC; }

 span { border-color: rgb(79,128,252); }

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