#4F8EFA

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

Shades of Cornflower Blue #4F8EFA

Tints of Cornflower Blue #4F8EFA

Color information

#4F8EFA (or 0x4F8EFA) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 8E and FA. RGB value is (79,142,250). Sum of RGB (Red+Green+Blue) = 79+142+250=471 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.77% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F8EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F8EFA is #B07105. Grayscale: #868686. Windows color (decimal): -11563270 or 16420431. OLE color: 16420431.

HSL color Cylindrical-coordinate representation of color #4F8EFA: hue angle of 217.89º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F8EFA is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB79142250-
CMYK0.680.4300.02
HSL217.89º94.48%64.51%-
HSV(B)217.89º68.4%98.04%-
XYZ30.1527.9194.24-
YUV135.48192.6387.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.77%
GREEN value IS 142 (55.86% from 255) = 30.15%
BLUE value IS 250 (98.05% from 255) = 53.08%
R=16.77%
G=30.15%
B=53.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal791422500.680.4300.02217.8994.4864.51
Hex4F8EFA442B02da5e41
Octal1172163721045302332136101
Binary1001111100011101111101010001001010110101101101010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,142,250); }

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

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

 a { background-color: rgb(79,142,250); }

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

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

 span { border-color: rgb(79,142,250); }

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