#4F8BDD

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

Shades of Cornflower Blue #4F8BDD

Tints of Cornflower Blue #4F8BDD

Color information

#4F8BDD (or 0x4F8BDD) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 8B and DD. RGB value is (79,139,221). Sum of RGB (Red+Green+Blue) = 79+139+221=439 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.00% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F8BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8BDD is #B07422. Grayscale: #828282. Windows color (decimal): -11564067 or 14519119. OLE color: 14519119.

HSL color Cylindrical-coordinate representation of color #4F8BDD: hue angle of 214.65º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F8BDD is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB79139221-
CMYK0.640.3700.13
HSL214.65º67.62%58.82%-
HSV(B)214.65º64.25%86.67%-
XYZ25.5125.3571.95-
YUV130.41179.1291.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.00%
GREEN value IS 139 (54.69% from 255) = 31.66%
BLUE value IS 221 (86.72% from 255) = 50.34%
R=18.00%
G=31.66%
B=50.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal791392210.640.3700.13214.6567.6258.82
Hex4F8BDD40250Dd7443b
Octal1172133351004501532710473
Binary10011111000101111011101100000010010101101110101111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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