#4586FD

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

Shades of Cornflower Blue #4586FD

Tints of Cornflower Blue #4586FD

Color information

#4586FD (or 0x4586FD) is unknown color: approx Cornflower Blue. HEX triplet: 45, 86 and FD. RGB value is (69,134,253). Sum of RGB (Red+Green+Blue) = 69+134+253=456 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.13% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #4586FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4586FD is #BA7902. Grayscale: #7F7F7F. Windows color (decimal): -12220675 or 16614981. OLE color: 16614981.

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

Color convert

RGB69134253-
CMYK0.730.4700.01
HSL218.8º97.87%63.14%-
HSV(B)218.8º72.73%99.22%-
XYZ28.7125.4196.32-
YUV128.13198.4785.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.13%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 253 (99.22% from 255) = 55.48%
R=15.13%
G=29.39%
B=55.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal691342530.730.4700.01218.897.8763.14
Hex4586FD492F01db623f
Octal105206375111570133314277
Binary10001011000011011111101100100110111101110110111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4586FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,134,253); }

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

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

 a { background-color: rgb(69,134,253); }

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

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

 span { border-color: rgb(69,134,253); }

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