#5D85FD

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

Shades of Cornflower Blue #5D85FD

Tints of Cornflower Blue #5D85FD

Color information

#5D85FD (or 0x5D85FD) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 85 and FD. RGB value is (93,133,253). Sum of RGB (Red+Green+Blue) = 93+133+253=479 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.42% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #5D85FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D85FD is #A27A02. Grayscale: #868686. Windows color (decimal): -10648067 or 16614749. OLE color: 16614749.

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

Color convert

RGB93133253-
CMYK0.630.4700.01
HSL225º97.56%67.84%-
HSV(B)225º63.24%99.22%-
XYZ30.6326.1996.37-
YUV134.72194.7598.24-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.42%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 253 (99.22% from 255) = 52.82%
R=19.42%
G=27.77%
B=52.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal931332530.630.4700.0122597.5667.84
Hex5D85FD3F2F01e16244
Octal135205375775701341142104
Binary10111011000010111111101111111101111011110000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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