#4F8FFF

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

Shades of Cornflower Blue #4F8FFF

Tints of Cornflower Blue #4F8FFF

Color information

#4F8FFF (or 0x4F8FFF) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 8F and FF. RGB value is (79,143,255). Sum of RGB (Red+Green+Blue) = 79+143+255=477 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.56% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F8FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F8FFF is #B07000. Grayscale: #888888. Windows color (decimal): -11563009 or 16748367. OLE color: 16748367.

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

Color convert

RGB79143255-
CMYK0.690.4400
HSL218.18º100%65.49%-
HSV(B)218.18º69.02%100%-
XYZ31.128.5398.48-
YUV136.63194.886.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.56%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 255 (100% from 255) = 53.46%
R=16.56%
G=29.98%
B=53.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal791432550.690.4400218.1810065.49
Hex4F8FFF452C00da6441
Octal1172173771055400332144101
Binary100111110001111111111111000101101100001101101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,143,255); }

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

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

 a { background-color: rgb(79,143,255); }

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

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

 span { border-color: rgb(79,143,255); }

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