#4F8BF5

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

Shades of Cornflower Blue #4F8BF5

Tints of Cornflower Blue #4F8BF5

Color information

#4F8BF5 (or 0x4F8BF5) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 8B and F5. RGB value is (79,139,245). Sum of RGB (Red+Green+Blue) = 79+139+245=463 (61% of max value = 765). Red value is 79 (31.25% from 255 or 17.06% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #4F8BF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F8BF5 is #B0740A. Grayscale: #848484. Windows color (decimal): -11564043 or 16091983. OLE color: 16091983.

HSL color Cylindrical-coordinate representation of color #4F8BF5: hue angle of 218.31º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F8BF5 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB79139245-
CMYK0.680.4300.04
HSL218.31º89.25%63.53%-
HSV(B)218.31º67.76%96.08%-
XYZ28.9426.7290.02-
YUV133.14191.1289.38-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 17.06%
GREEN value IS 139 (54.69% from 255) = 30.02%
BLUE value IS 245 (96.09% from 255) = 52.92%
R=17.06%
G=30.02%
B=52.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal791392450.680.4300.04218.3189.2563.53
Hex4F8BF5442B04da5940
Octal1172133651045304332131100
Binary10011111000101111110101100010010101101001101101010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,139,245); }

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

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

 a { background-color: rgb(79,139,245); }

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

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

 span { border-color: rgb(79,139,245); }

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