#4585FE

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

Shades of Cornflower Blue #4585FE

Tints of Cornflower Blue #4585FE

Color information

#4585FE (or 0x4585FE) is unknown color: approx Cornflower Blue. HEX triplet: 45, 85 and FE. RGB value is (69,133,254). Sum of RGB (Red+Green+Blue) = 69+133+254=456 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.13% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #4585FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4585FE is #BA7A01. Grayscale: #7F7F7F. Windows color (decimal): -12220930 or 16680261. OLE color: 16680261.

HSL color Cylindrical-coordinate representation of color #4585FE: hue angle of 219.24º 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 #4585FE is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB69133254-
CMYK0.730.4800.00
HSL219.24º98.93%63.33%-
HSV(B)219.24º72.83%99.61%-
XYZ28.7325.297.11-
YUV127.66199.386.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.13%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 254 (99.61% from 255) = 55.70%
R=15.13%
G=29.17%
B=55.70%

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
Decimal691332540.730.4800.00219.2498.9363.33
Hex4585FE493000db633f
Octal105205376111600033314377
Binary10001011000010111111110100100111000000110110111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4585FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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