#4584FE

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

Shades of Cornflower Blue #4584FE

Tints of Cornflower Blue #4584FE

Color information

#4584FE (or 0x4584FE) is unknown color: approx Cornflower Blue. HEX triplet: 45, 84 and FE. RGB value is (69,132,254). Sum of RGB (Red+Green+Blue) = 69+132+254=455 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.16% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #4584FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4584FE is #BA7B01. Grayscale: #7E7E7E. Windows color (decimal): -12221186 or 16680005. OLE color: 16680005.

HSL color Cylindrical-coordinate representation of color #4584FE: hue angle of 219.57º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4584FE is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB69132254-
CMYK0.730.4800.00
HSL219.57º98.93%63.33%-
HSV(B)219.57º72.83%99.61%-
XYZ28.5924.9297.07-
YUV127.07199.6386.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.16%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 254 (99.61% from 255) = 55.82%
R=15.16%
G=29.01%
B=55.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal691322540.730.4800.00219.5798.9363.33
Hex4584FE493000dc633f
Octal105204376111600033414377
Binary10001011000010011111110100100111000000110111001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4584FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4584FE; }

 p { color: rgb(69,132,254); }

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

<style>
 a { background-color: #4584FE; }

 a { background-color: rgb(69,132,254); }

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

<style>
 span { border-color: #4584FE; }

 span { border-color: rgb(69,132,254); }

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