#5E87FF

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

Shades of Cornflower Blue #5E87FF

Tints of Cornflower Blue #5E87FF

Color information

#5E87FF (or 0x5E87FF) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 87 and FF. RGB value is (94,135,255). Sum of RGB (Red+Green+Blue) = 94+135+255=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E87FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E87FF is #A17800. Grayscale: #878787. Windows color (decimal): -10582017 or 16746334. OLE color: 16746334.

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

Color convert

RGB94135255-
CMYK0.630.4700
HSL224.72º100%68.43%-
HSV(B)224.72º63.14%100%-
XYZ31.3326.9398.15-
YUV136.42194.9297.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.42%
GREEN value IS 135 (53.12% from 255) = 27.89%
BLUE value IS 255 (100% from 255) = 52.69%
R=19.42%
G=27.89%
B=52.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal941352550.630.4700224.7210068.43
Hex5E87FF3F2F00e16444
Octal136207377775700341144104
Binary10111101000011111111111111111101111001110000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E87FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,135,255); }

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

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

 a { background-color: rgb(94,135,255); }

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

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

 span { border-color: rgb(94,135,255); }

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