#5E7BDF

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

Shades of Cornflower Blue #5E7BDF

Tints of Cornflower Blue #5E7BDF

Color information

#5E7BDF (or 0x5E7BDF) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 7B and DF. RGB value is (94,123,223). Sum of RGB (Red+Green+Blue) = 94+123+223=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 223 (87.5% from 255 or 50.68% from 440); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E7BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7BDF is #A18420. Grayscale: #7D7D7D. Windows color (decimal): -10585121 or 14646110. OLE color: 14646110.

HSL color Cylindrical-coordinate representation of color #5E7BDF: hue angle of 226.51º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E7BDF is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB94123223-
CMYK0.580.4500.13
HSL226.51º66.84%62.16%-
HSV(B)226.51º57.85%87.45%-
XYZ25.0221.8772.72-
YUV125.73182.89105.37-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.36%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 223 (87.5% from 255) = 50.68%
R=21.36%
G=27.95%
B=50.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal941232230.580.4500.13226.5166.8462.16
Hex5E7BDF3A2D0De3433e
Octal136173337725501534310376
Binary101111011110111101111111101010110101101111000111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,123,223); }

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

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

 a { background-color: rgb(94,123,223); }

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

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

 span { border-color: rgb(94,123,223); }

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