#4894FD

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

Shades of Cornflower Blue #4894FD

Tints of Cornflower Blue #4894FD

Color information

#4894FD (or 0x4894FD) is unknown color: approx Cornflower Blue. HEX triplet: 48, 94 and FD. RGB value is (72,148,253). Sum of RGB (Red+Green+Blue) = 72+148+253=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #4894FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4894FD is #B76B02. Grayscale: #888888. Windows color (decimal): -12020483 or 16618568. OLE color: 16618568.

HSL color Cylindrical-coordinate representation of color #4894FD: hue angle of 214.81º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4894FD is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB72148253-
CMYK0.720.4200.01
HSL214.81º97.84%63.73%-
HSV(B)214.81º71.54%99.22%-
XYZ30.9929.6597.02-
YUV137.25193.3281.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 15.22%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 253 (99.22% from 255) = 53.49%
R=15.22%
G=31.29%
B=53.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal721482530.720.4200.01214.8197.8463.73
Hex4894FD482A01d76240
Octal1102243751105201327142100
Binary100100010010100111111011001000101010011101011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4894FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4894FD; }

 p { color: rgb(72,148,253); }

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

<style>
 a { background-color: #4894FD; }

 a { background-color: rgb(72,148,253); }

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

<style>
 span { border-color: #4894FD; }

 span { border-color: rgb(72,148,253); }

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