#4F99FD

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

Shades of Cornflower Blue #4F99FD

Tints of Cornflower Blue #4F99FD

Color information

#4F99FD (or 0x4F99FD) is unknown color: approx Cornflower Blue. HEX triplet: 4F, 99 and FD. RGB value is (79,153,253). Sum of RGB (Red+Green+Blue) = 79+153+253=485 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.29% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #4F99FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4F99FD is #B06602. Grayscale: #8D8D8D. Windows color (decimal): -11560451 or 16619855. OLE color: 16619855.

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

Color convert

RGB79153253-
CMYK0.690.4000.01
HSL214.48º97.75%65.1%-
HSV(B)214.48º68.77%99.22%-
XYZ32.3531.5497.31-
YUV142.27190.4882.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.29%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 253 (99.22% from 255) = 52.16%
R=16.29%
G=31.55%
B=52.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal791532530.690.4000.01214.4897.7565.1
Hex4F99FD452801d66241
Octal1172313751055001326142101
Binary100111110011001111111011000101101000011101011011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F99FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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