#4F88DF

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

Shades of Cornflower Blue #4F88DF

Tints of Cornflower Blue #4F88DF

Color information

#4F88DF (or 0x4F88DF) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 88 and DF. RGB value is (79,136,223). Sum of RGB (Red+Green+Blue) = 79+136+223=438 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.04% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F88DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F88DF is #B07720. Grayscale: #808080. Windows color (decimal): -11564833 or 14649423. OLE color: 14649423.

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

Color convert

RGB79136223-
CMYK0.650.3900.13
HSL216.25º69.23%59.22%-
HSV(B)216.25º64.57%87.45%-
XYZ25.3524.673.22-
YUV128.88181.1292.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.04%
GREEN value IS 136 (53.52% from 255) = 31.05%
BLUE value IS 223 (87.5% from 255) = 50.91%
R=18.04%
G=31.05%
B=50.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal791362230.650.3900.13216.2569.2359.22
Hex4F88DF41270Dd8453b
Octal1172103371014701533010573
Binary10011111000100011011111100000110011101101110110001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F88DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,136,223); }

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

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

 a { background-color: rgb(79,136,223); }

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

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

 span { border-color: rgb(79,136,223); }

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