#4F86FD

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

Shades of Cornflower Blue #4F86FD

Tints of Cornflower Blue #4F86FD

Color information

#4F86FD (or 0x4F86FD) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 86 and FD. RGB value is (79,134,253). Sum of RGB (Red+Green+Blue) = 79+134+253=466 (61% of max value = 765). Red value is 79 (31.25% from 255 or 16.95% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #4F86FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F86FD is #B07902. Grayscale: #828282. Windows color (decimal): -11565315 or 16614991. OLE color: 16614991.

HSL color Cylindrical-coordinate representation of color #4F86FD: hue angle of 221.03º degrees, saturation: 0.98, 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 #4F86FD is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB79134253-
CMYK0.690.4700.01
HSL221.03º97.75%65.1%-
HSV(B)221.03º68.77%99.22%-
XYZ29.4825.896.36-
YUV131.12196.7890.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.95%
GREEN value IS 134 (52.73% from 255) = 28.76%
BLUE value IS 253 (99.22% from 255) = 54.29%
R=16.95%
G=28.76%
B=54.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal791342530.690.4700.01221.0397.7565.1
Hex4F86FD452F01dd6241
Octal1172063751055701335142101
Binary100111110000110111111011000101101111011101110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,134,253); }

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

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

 a { background-color: rgb(79,134,253); }

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

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

 span { border-color: rgb(79,134,253); }

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