#5A85FD

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

Shades of Cornflower Blue #5A85FD

Tints of Cornflower Blue #5A85FD

Color information

#5A85FD (or 0x5A85FD) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 85 and FD. RGB value is (90,133,253). Sum of RGB (Red+Green+Blue) = 90+133+253=476 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.91% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A85FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A85FD is #A57A02. Grayscale: #858585. Windows color (decimal): -10844675 or 16614746. OLE color: 16614746.

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

Color convert

RGB90133253-
CMYK0.640.4700.01
HSL224.17º97.6%67.25%-
HSV(B)224.17º64.43%99.22%-
XYZ30.3326.0496.36-
YUV133.82195.2596.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.91%
GREEN value IS 133 (52.34% from 255) = 27.94%
BLUE value IS 253 (99.22% from 255) = 53.15%
R=18.91%
G=27.94%
B=53.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal901332530.640.4700.01224.1797.667.25
Hex5A85FD402F01e06243
Octal1322053751005701340142103
Binary101101010000101111111011000000101111011110000011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A85FD; }

 p { color: rgb(90,133,253); }

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

<style>
 a { background-color: #5A85FD; }

 a { background-color: rgb(90,133,253); }

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

<style>
 span { border-color: #5A85FD; }

 span { border-color: rgb(90,133,253); }

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