#5E76FD

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

Shades of Cornflower Blue #5E76FD

Tints of Cornflower Blue #5E76FD

Color information

#5E76FD (or 0x5E76FD) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 76 and FD. RGB value is (94,118,253). Sum of RGB (Red+Green+Blue) = 94+118+253=465 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.22% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E76FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E76FD is #A18902. Grayscale: #7D7D7D. Windows color (decimal): -10586371 or 16610910. OLE color: 16610910.

HSL color Cylindrical-coordinate representation of color #5E76FD: hue angle of 230.94º 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 #5E76FD is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB94118253-
CMYK0.630.5300.01
HSL230.94º97.55%68.04%-
HSV(B)230.94º62.85%99.22%-
XYZ28.8222.4395.74-
YUV126.21199.55105.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.22%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 253 (99.22% from 255) = 54.41%
R=20.22%
G=25.38%
B=54.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal941182530.630.5300.01230.9497.5568.04
Hex5E76FD3F3501e76244
Octal136166375776501347142104
Binary1011110111011011111101111111110101011110011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E76FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,118,253); }

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

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

 a { background-color: rgb(94,118,253); }

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

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

 span { border-color: rgb(94,118,253); }

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