#5E83DA

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

Shades of Cornflower Blue #5E83DA

Tints of Cornflower Blue #5E83DA

Color information

#5E83DA (or 0x5E83DA) is unknown color: approx Cornflower Blue. HEX triplet: 5E, 83 and DA. RGB value is (94,131,218). Sum of RGB (Red+Green+Blue) = 94+131+218=443 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.22% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E83DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E83DA is #A17C25. Grayscale: #818181. Windows color (decimal): -10583078 or 14320478. OLE color: 14320478.

HSL color Cylindrical-coordinate representation of color #5E83DA: hue angle of 222.1º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E83DA is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB94131218-
CMYK0.570.4000.15
HSL222.1º62.63%61.18%-
HSV(B)222.1º56.88%85.49%-
XYZ25.3923.6769.56-
YUV129.85177.74102.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.22%
GREEN value IS 131 (51.56% from 255) = 29.57%
BLUE value IS 218 (85.55% from 255) = 49.21%
R=21.22%
G=29.57%
B=49.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal941312180.570.4000.15222.162.6361.18
Hex5E83DA39280Fde3f3d
Octal13620333271500173367775
Binary101111010000011110110101110011010000111111011110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E83DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,131,218); }

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

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

 a { background-color: rgb(94,131,218); }

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

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

 span { border-color: rgb(94,131,218); }

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