#5F85FD

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

Shades of Cornflower Blue #5F85FD

Tints of Cornflower Blue #5F85FD

Color information

#5F85FD (or 0x5F85FD) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 85 and FD. RGB value is (95,133,253). Sum of RGB (Red+Green+Blue) = 95+133+253=481 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.75% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F85FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F85FD is #A07A02. Grayscale: #868686. Windows color (decimal): -10516995 or 16614751. OLE color: 16614751.

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

Color convert

RGB95133253-
CMYK0.620.4700.01
HSL225.57º97.53%68.24%-
HSV(B)225.57º62.45%99.22%-
XYZ30.8426.396.38-
YUV135.32194.4199.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.75%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 253 (99.22% from 255) = 52.60%
R=19.75%
G=27.65%
B=52.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal951332530.620.4700.01225.5797.5368.24
Hex5F85FD3E2F01e26244
Octal137205375765701342142104
Binary10111111000010111111101111110101111011110001011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F85FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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