#5D85EA

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

Shades of Cornflower Blue #5D85EA

Tints of Cornflower Blue #5D85EA

Color information

#5D85EA (or 0x5D85EA) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 85 and EA. RGB value is (93,133,234). Sum of RGB (Red+Green+Blue) = 93+133+234=460 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.22% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D85EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D85EA is #A27A15. Grayscale: #848484. Windows color (decimal): -10648086 or 15369565. OLE color: 15369565.

HSL color Cylindrical-coordinate representation of color #5D85EA: hue angle of 222.98º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D85EA is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93133234-
CMYK0.600.4300.08
HSL222.98º77.05%64.12%-
HSV(B)222.98º60.26%91.76%-
XYZ27.7525.0481.21-
YUV132.55185.2599.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.22%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 234 (91.80% from 255) = 50.87%
R=20.22%
G=28.91%
B=50.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal931332340.600.4300.08222.9877.0564.12
Hex5D85EA3C2B08df4d40
Octal1352053527453010337115100
Binary10111011000010111101010111100101011010001101111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D85EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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