#5389EF

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

Shades of Cornflower Blue #5389EF

Tints of Cornflower Blue #5389EF

Color information

#5389EF (or 0x5389EF) is unknown color: approx Cornflower Blue. HEX triplet: 53, 89 and EF. RGB value is (83,137,239). Sum of RGB (Red+Green+Blue) = 83+137+239=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #5389EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5389EF is #AC7610. Grayscale: #848484. Windows color (decimal): -11302417 or 15698259. OLE color: 15698259.

HSL color Cylindrical-coordinate representation of color #5389EF: hue angle of 219.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5389EF is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB83137239-
CMYK0.650.4300.06
HSL219.23º82.98%63.14%-
HSV(B)219.23º65.27%93.73%-
XYZ28.0925.9685.19-
YUV132.48188.1192.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.08%
GREEN value IS 137 (53.91% from 255) = 29.85%
BLUE value IS 239 (93.75% from 255) = 52.07%
R=18.08%
G=29.85%
B=52.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal831372390.650.4300.06219.2382.9863.14
Hex5389EF412B06db533f
Octal123211357101530633312377
Binary1010011100010011110111110000011010110110110110111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5389EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5389EF; }

 p { color: rgb(83,137,239); }

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

<style>
 a { background-color: #5389EF; }

 a { background-color: rgb(83,137,239); }

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

<style>
 span { border-color: #5389EF; }

 span { border-color: rgb(83,137,239); }

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