#5e7ddd

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

Shades of Cornflower Blue #5E7DDD

Tints of Cornflower Blue #5E7DDD

Color information

#5E7DDD (or 0x5E7DDD) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 7D and DD. RGB value is (94,125,221). Sum of RGB (Red+Green+Blue) = 94+125+221=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E7DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E7DDD is #A18222. Grayscale: #7E7E7E. Windows color (decimal): -10584611 or 14515550. OLE color: 14515550.

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

Color convert

RGB94125221-
CMYK0.570.4300.13
HSL225.35º65.13%61.76%-
HSV(B)225.35º57.47%86.67%-
XYZ2522.2771.39-
YUV126.68181.23104.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.36%
GREEN value IS 125 (49.22% from 255) = 28.41%
BLUE value IS 221 (86.72% from 255) = 50.23%
R=21.36%
G=28.41%
B=50.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal941252210.570.4300.13225.3565.1361.76
Hex5E7DDD392B0De1413e
Octal136175335715301534110176
Binary101111011111011101110111100110101101101111000011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e7ddd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,125,221); }

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

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

 a { background-color: rgb(94,125,221); }

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

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

 span { border-color: rgb(94,125,221); }

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